Skip to content

Commit

Permalink
editorconfig settings: attempt to guarantee the final end-of-line char
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Sep 20, 2021
1 parent 30f24bf commit 173a40b
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 @@ charset = utf-8
end_of_line = lf
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.[ch]]
indent_size = 4
Expand Down

0 comments on commit 173a40b

Please sign in to comment.