aboutsummaryrefslogtreecommitdiff
path: root/EditorConfig/.editorconfig
blob: 4fc3beba422d3981d047c2946504641163a65632 (plain)
1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2

[*.sh]
tab_width = 4