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

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

# Override for Makefile
[{Makefile, makefile, GNUmakefile}]
indent_style = tab
indent_size = 4

[*.{yml.yaml,json}]
indent_style = space
indent_size = 2