2018-05-08 03:44:38 +00:00
|
|
|
# top-most EditorConfig file
|
|
|
|
# See http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = false
|
2020-05-31 20:58:28 +00:00
|
|
|
|
|
|
|
[**/Makefile*]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[build-outputs.mk]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[build/generator/templates/build-outputs.mk.ezt]
|
|
|
|
indent_style = tab
|
|
|
|
|