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

[*]
indent_style = space
insert_final_newline = true

[**/CMakeLists.txt]
indent_size = 2

[*.json]
ident_size = 2