# This will be used as default EditorConfig for repos that don't have their own.
# It's saved automatically as you type.
# You can find docs at http://editorconfig.org

[*]
charset = utf-8
tab_width = 4
end_of_line = lf

[{*.js}]
indent_style = space
indent_size = 4

[*.json]
indent_style = space
indent_size = 4

[{.bowerrc, .jshint}]
indent_style = space
indent_size = 4