+editor config

Switching from spaces to tabs because tabs are better for everyone to
use.
This commit is contained in:
dx
2020-05-04 05:04:53 +01:00
parent 02f9acde41
commit 161aa2492c

View 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