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

[*]
charset = utf-8
indent_style = space
indent_size = 4

[*.{c,h}]
indent_size = 8

[meson.build]
indent_size = 2