summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 827d6f38751858fe82d0bf53ffb0fcdb8e646e42 (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
26
27
28
29
root = true

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

[*.[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

[*.json]
indent_size = 2