Update .editorconfig

This commit is contained in:
Richard Davey 2020-07-30 18:23:37 +01:00
parent bf4c475e85
commit 625fb14354

View file

@ -4,7 +4,7 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true