.editorconfig 275 Bytes
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true

[{*.js,*.json,.esformatter,.eslintrc,*.yml}]
indent_style = space
indent_size = 2