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

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