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