summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 13868c63e3f8d37f1688c15f1a6db9238f491282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# top-most EditorConfig file
# See http://editorconfig.org/
root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = false

[**/Makefile*]
indent_style = tab

[build-outputs.mk]
indent_style = tab

[build/generator/templates/build-outputs.mk.ezt]
indent_style = tab