Skip to content

Commit

Permalink
editorconfig: dot file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-rage authored and Hwurzburg committed Sep 9, 2024
1 parent 5ba4974 commit f2f952b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false # These are the correct rules for coding standards, but fixing up old files causes git spam
# These are the correct rules for coding standards, but fixing up old files causes git spam
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit f2f952b

Please sign in to comment.