
# EditorConfig http://EditorConfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,hjson,json}]
charset = utf-8

[{*.js,*.json,bin/*}]
indent_style = space
indent_size = 2

# no style is set for Hjson test files
# as some require tabs

