aboutsummaryrefslogtreecommitdiff
path: root/hypr/catppuccin/.editorconfig
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-06 00:29:36 +0530
commit91a5f9790cfd4a98ee940633694fb512ecf24942 (patch)
treeb20bdd22e304234b6893e20d0ca5fbfd042f2184 /hypr/catppuccin/.editorconfig
parentced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff)
i3 > hyprland & x11 > wayland
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