diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-04 05:25:08 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | 80d6348cadabc79b12760d933272f77fc5417289 (patch) | |
tree | b1d42bb853e6baccf742fe15cb5c36b956ffc83a /EditorConfig/.editorconfig | |
parent | 881daaa8a88c502c6ba10c3ff72f7573634355e3 (diff) | |
download | dotfiles-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/.editorconfig | 10 |
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 |