aboutsummaryrefslogtreecommitdiff
path: root/EditorConfig/.editorconfig
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-04 05:25:08 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-05 02:59:45 +0100
commit80d6348cadabc79b12760d933272f77fc5417289 (patch)
treeb1d42bb853e6baccf742fe15cb5c36b956ffc83a /EditorConfig/.editorconfig
parent881daaa8a88c502c6ba10c3ff72f7573634355e3 (diff)
downloaddotfiles-80d6348cadabc79b12760d933272f77fc5417289.tar.gz
dotfiles-80d6348cadabc79b12760d933272f77fc5417289.tar.bz2
dotfiles-80d6348cadabc79b12760d933272f77fc5417289.zip
-removed editor config
Seems to be screwing up my config in some form, elisp is being formatted in a way I don't like. More to research I guess.
Diffstat (limited to 'EditorConfig/.editorconfig')
-rw-r--r--EditorConfig/.editorconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/EditorConfig/.editorconfig b/EditorConfig/.editorconfig
deleted file mode 100644
index 4fc3beb..0000000
--- a/EditorConfig/.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-root = true
-
-[*]
-end_of_line = lf
-insert_final_newline = true
-indent_style = tab
-tab_width = 2
-
-[*.sh]
-tab_width = 4