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

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

[*.{c,h}]
indent_style = tab
tab_width = 8

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

[*.{yaml,tmpl}]
indent_style = space
indent_size = 2
charset = utf-8