diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:05:26 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 18:05:26 +0530 |
| commit | 3e2e4914cf4aaef94a59540e94d0412a7db280ae (patch) | |
| tree | b2e293fdb6216e28e9a6bffd01b340e6a0298b00 /hypr/catppuccin/.editorconfig | |
| parent | 2cc42213f120ffe6a2f06f610bccc31f0c68c2e7 (diff) | |
removed catppuccin submodule
Diffstat (limited to 'hypr/catppuccin/.editorconfig')
| -rw-r--r-- | hypr/catppuccin/.editorconfig | 17 |
1 files changed, 17 insertions, 0 deletions
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
|
