diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-04 05:04:53 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | 161aa2492c345ae50b514e142695017246bb31f0 (patch) | |
tree | a3c1487bba5ecd33e4c3ba74f6d162ddaf2cf473 /EditorConfig/.editorconfig | |
parent | 02f9acde41382874a17289abfd0c182f58a01aa2 (diff) | |
download | dotfiles-161aa2492c345ae50b514e142695017246bb31f0.tar.gz dotfiles-161aa2492c345ae50b514e142695017246bb31f0.tar.bz2 dotfiles-161aa2492c345ae50b514e142695017246bb31f0.zip |
+editor config
Switching from spaces to tabs because tabs are better for everyone to
use.
Diffstat (limited to 'EditorConfig/.editorconfig')
-rw-r--r-- | EditorConfig/.editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/EditorConfig/.editorconfig b/EditorConfig/.editorconfig new file mode 100644 index 0000000..4fc3beb --- /dev/null +++ b/EditorConfig/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +tab_width = 2 + +[*.sh] +tab_width = 4 |