summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/.editorconfig')
-rw-r--r--home-config/zsh/zsh-autosuggestions/.editorconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/.editorconfig b/home-config/zsh/zsh-autosuggestions/.editorconfig
deleted file mode 100644
index ddabb17..0000000
--- a/home-config/zsh/zsh-autosuggestions/.editorconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-indent_style = tab
-indent_size = 4
-
-[*.md]
-indent_style = space
-
-[*.rb]
-indent_style = space
-indent_size = 2
-
-[*.yml]
-indent_style = space
-indent_size = 2