diff options
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
|
