summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: e88230beac198d8c6a454df12baec2791708275f (plain)
1
2
3
4
5
6
7
8
root = true

[*]
charset = utf-8
end_of_line = lf

[*.{c,h,sh}]
indent_style = tab