Remove spaces (#372)

* Remove spaces

* Apply solution wide to trim trailing whitespace

Apply to *.{cs,csx,vb,vbx}
This commit is contained in:
Chih Hong, Chen 2019-12-07 02:48:35 +08:00 committed by Sergey Kanzhelev
parent 494ad07254
commit 8faec3a41a
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ indent_style = space
[*.{cs,csx,vb,vbx}]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8-bom
# maintain DOS/Windows style line endings in md files
[*.md]