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

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space