editorconfig settings: attempt to guarantee the final end-of-line char

pull/9232/head
Eli Schwartz 3 years ago
parent 30f24bfa32
commit 173a40be33
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 1
      .editorconfig

@ -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

Loading…
Cancel
Save