Skip to content

Commit

Permalink
.editorconfig: add trim_trailing_whitespace (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored Jun 4, 2022
1 parent 021ab2a commit 281a9c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ root = true
# All files: UTF-8 with Unix-style newlines,
# and a newline at the end of the file
[*]
insert_final_newline = true
end_of_line = lf
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

# JavaScript, Python, CSS: 4-space indents
[*.{js,py,css}]
Expand Down

0 comments on commit 281a9c9

Please sign in to comment.