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

[*]
indent_style = space

[**/CMakeLists.txt]
indent_size = 2

[*.json]
ident_size = 2