aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: d84862726a1e4d921097ef98a7ec62e07c33507a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
root = true

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

[*.[ch]]
indent_size = 4

[*.cpp]
indent_size = 4

[*.py]
indent_size = 4

[*.vala]
indent_size = 4

[*.xml]
indent_size = 2

[meson.build]
indent_size = 2