From 3e2e4914cf4aaef94a59540e94d0412a7db280ae Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 18:05:26 +0530 Subject: removed catppuccin submodule --- hypr/catppuccin/.editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hypr/catppuccin/.editorconfig (limited to 'hypr/catppuccin/.editorconfig') diff --git a/hypr/catppuccin/.editorconfig b/hypr/catppuccin/.editorconfig new file mode 100644 index 0000000..a6f10bd --- /dev/null +++ b/hypr/catppuccin/.editorconfig @@ -0,0 +1,17 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# EditorConfig is awesome: https://EditorConfig.org + +root = true + + +[*] +charset = utf-8 +indent_size = 4 +indent_style = tab +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{diff,md}] +trim_trailing_whitespace = false -- cgit v1.2.3