editorconfig: trim trailing spaces from yml's
parent
14eb8db152
commit
ec3234ea21
|
@ -13,6 +13,7 @@ trim_trailing_whitespace = true
|
||||||
[*.{html,js,json,m4,yml,yaml,vcxproj,vcxproj.filters}]
|
[*.{html,js,json,m4,yml,yaml,vcxproj,vcxproj.filters}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
trim_tailing_whitespace = true
|
||||||
|
|
||||||
[*.xml]
|
[*.xml]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in New Issue