summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a982b7801e1922db77b07fce8c9b9eefa09a9b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[*]
charset = utf-8
end_of_line = lf

[*.[ch]]
indent_size = 2
indent_style = space
insert_final_newline = true
# For any stray tabs that may sneak in:
tab_width = 8

[meson.build]
indent_size = 2
indent_style = space