Add .editorconfig

pull/6733/head
Evan Sosenko 6 years ago
parent 484d43913f
commit ef5b25dbf0
No known key found for this signature in database
GPG Key ID: 757C899CECF66FE0

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 2
Loading…
Cancel
Save