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