summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: c5a1b6c86d42b8a210cc4090abfd7a4f878c20fe (plain)
1
2
3
4
5
6
7
root = true
[*.{cpp,cc,h}]
end_of_line = LF
indent_style = space
indent_size = 2
insert_final_newline = true