Skip to content

Commit

Permalink
fix: invalid trailing white space in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomiishii committed Apr 20, 2023
1 parent be86ad1 commit 946ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ root = true
charset = utf-8
indent_style = space
# See: https://stackoverflow.com/questions/1552749/difference-between-cr-lf-lf-and-cr-line-break-types
end_of_line=lf 
end_of_line=lf
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down

0 comments on commit 946ec92

Please sign in to comment.