Skip to content

Commit

Permalink
fix editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed May 1, 2021
1 parent a0a2bc7 commit 39fdf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# top-most EditorConfig file
root = true
charset = utf-8
trim_trailing_whitespace = true

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
Expand Down

0 comments on commit 39fdf23

Please sign in to comment.