summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: f7a6d6558b410cae8be1ffe69af9b1ef2452041f (plain)
1
2
3
4
5
6
7
8
9
10
11
# https://editorconfig.org/

root = true

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