summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 30ab761d75306dc977cd1ef7dafe3d5d66d7e960 (plain)
1
2
3
4
5
6
7
8
9
root = true

[*]
charset = utf-8
end_of_line = lf

[*.{c,h,cmake,txt}]
indent_style = space
indent_size = 4