collection-crud/.editorconfig

23 lines
394 B
INI
Raw Normal View History

2017-11-30 15:06:13 -05:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
2018-02-14 15:08:03 -05:00
charset = utf-8
2017-11-30 15:06:13 -05:00
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
# Indentation override
2018-02-14 15:08:03 -05:00
[*.{html,twig,js}]
2017-11-30 15:06:13 -05:00
indent_size = 2
2018-02-14 15:08:03 -05:00
[*.{yml,yaml}]
2017-11-30 15:06:13 -05:00
indent_style = space
indent_size = 2