1# top-most EditorConfig file
2# See http://editorconfig.org/
3root = true
4
5[*]
6indent_style = space
7indent_size = 2
8insert_final_newline = true
9trim_trailing_whitespace = false
10
11[**/Makefile*]
12indent_style = tab
13indent_size = 8
14
15[build-outputs.mk]
16indent_style = tab
17
18[build/generator/templates/build-outputs.mk.ezt]
19indent_style = tab
20
21