Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign authored and jonnitto committed Mar 22, 2022
1 parent 389edf3 commit 17dfb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/Distribution/Defaults/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing-whitespace = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

Expand Down Expand Up @@ -44,7 +44,7 @@ indent_size = 2
# Markdown uses trailing whitespace for line breaks
[*.{note,md,edit,read}]
max_line_length = 200
trim_trailing-whitespace = false
trim_trailing_whitespace = false
indent_size = 2

[Makefile]
Expand Down

0 comments on commit 17dfb63

Please sign in to comment.