summaryrefslogtreecommitdiff
path: root/lib/editorconfig
blob: c977887394128d38fe6646ec3db9efd596bf7d84 (plain)
1
2
3
4
5
6
7
8
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true

[*.h]
indent_style = tab