# EditorConfig is awesome: http://EditorConfig.org # Download a plugin for your favorite editor from http://editorconfig.org/#download root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true [*.js] insert_final_newline = true indent_style = tab quote_type = single [*.md] indent_style = space indent_size = 2 [{*.yml,*.yaml,.eslintrc}] indent_style = space indent_size = 2 [package.json] indent_style = space indent_size = 2