+editor config
Switching from spaces to tabs because tabs are better for everyone to use.
This commit is contained in:
10
EditorConfig/.editorconfig
Normal file
10
EditorConfig/.editorconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
tab_width = 2
|
||||
|
||||
[*.sh]
|
||||
tab_width = 4
|
||||
Reference in New Issue
Block a user