Files
dotfiles/EditorConfig/.editorconfig
dx 161aa2492c +editor config
Switching from spaces to tabs because tabs are better for everyone to
use.
2020-05-05 02:59:45 +01:00

11 lines
117 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2
[*.sh]
tab_width = 4