Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Jun 7, 2022
1 parent a5ba27c commit d292027
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Editor Config
root = true

# All
[*]
end_of_line = lf
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
insert_trailing_newline = true
max_line_length = off
trim_trailing_whitespace = true
insert_trailing_newline = true

# Markdown uses whitespace for formatting
[*.md]
trim_trailing_whitespace = false

0 comments on commit d292027

Please sign in to comment.