summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: b7ef43c3401d103bc5e88975a25ab547cd6738c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab

[*.{cpp,hpp,c,h,mm}]
trim_trailing_whitespace = true

[.travis.yml]
indent_style = space
indent_size = 2