aboutsummaryrefslogtreecommitdiff
path: root/hypr/catppuccin/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/catppuccin/.editorconfig')
-rw-r--r--hypr/catppuccin/.editorconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/hypr/catppuccin/.editorconfig b/hypr/catppuccin/.editorconfig
deleted file mode 100644
index a6f10bd..0000000
--- a/hypr/catppuccin/.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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