Change EditorConfig to reflect some files are indented with 2 spaces

This commit is contained in:
Kristof Neirynck 2020-05-23 12:38:08 +02:00 committed by Dave Syer
parent d94b995db2
commit 9873188e29

View file

@ -12,3 +12,10 @@ indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = tab indent_style = tab
tab_width = 4 tab_width = 4
[{pom,wro}.xml]
indent_size = 2
indent_style = space
[*.{html,sql,less}]
indent_size = 2