suggested config for editors based on PR #2919

using .editorconfig as source at base branch
This commit is contained in:
Jeremy Bass 2016-12-12 21:27:39 -08:00
parent 63b42a1284
commit e2bf940c22

View file

@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true