[BUGFIX] Correct EditorConfig

This commit is contained in:
Xaver Maierhofer 2019-10-18 16:21:43 +02:00 committed by GitHub
parent 1fa034e1e8
commit 4d47587278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
# top-most EditorConfig file
root = true
charset = utf-8
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
trim_trailing_whitespace = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
trim_trailing_whitespace = true
[*.{js,html,scss,json,yml,md}]
indent_size = 2