Merge pull request #580 from est31/trailing_spaces

Trim trailing whitespace and set it in editorconfig
This commit is contained in:
Jonathan Turner 2019-09-03 16:25:41 +12:00 committed by GitHub
commit 7bd2fa1bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 149 additions and 149 deletions

View File

@ -4,6 +4,6 @@ root = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = false
end_of_line = lf