Skip to content

Commit

Permalink
Configure .editorconfig to also remove any trailing whitespaces when …
Browse files Browse the repository at this point in the history
…editing
  • Loading branch information
aufau committed Oct 18, 2024
1 parent d492987 commit f5e4701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

Expand Down

0 comments on commit f5e4701

Please sign in to comment.