enforce lf eol in editorconfig

This commit is contained in:
Adam Piontek 2018-08-26 09:59:39 -04:00
parent 82ab61605e
commit 6d5565b0aa
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space