Add basic .editorconfig for Blockly JS style

This commit is contained in:
Tim Mickel 2016-02-24 15:24:52 -05:00
parent 48a449b63a
commit db9c8f0074

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true