Skip to content
Snippets Groups Projects
Unverified Commit 4d475872 authored by Xaver Maierhofer's avatar Xaver Maierhofer Committed by GitHub
Browse files

[BUGFIX] Correct EditorConfig

parent 1fa034e1
No related branches found
No related tags found
No related merge requests found
Pipeline #233 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment