aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 038cd8bbe1b802206c89b1ae9c7aff7a36c5e963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true


[*.sh]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4