Deleted Added
full compact
.editorconfig (362181) .editorconfig (369302)
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
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
13
14[build-outputs.mk]
15indent_style = tab
16
17[build/generator/templates/build-outputs.mk.ezt]
18indent_style = tab
19
14
15[build-outputs.mk]
16indent_style = tab
17
18[build/generator/templates/build-outputs.mk.ezt]
19indent_style = tab
20