editorconfig: trim trailing spaces from yml's

main
Anonymous Maarten 2023-01-23 20:18:48 +01:00 committed by Anonymous Maarten
parent 14eb8db152
commit ec3234ea21
4 changed files with 6 additions and 5 deletions

View File

@ -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