.editorconfig
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{ts}]
indent_style = space
indent_size = 4
[*.{js,json}]
indent_style = space
indent_size = 2
[{.codeclimate.yml,.eslintignore,.eslintrc,.istanbul.yml,.publishrc,.travis.yml}]
indent_style = space
indent_size = 2