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

[{*.{c,h,s,S},Makefile,Makefile.*}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4