# EditorConfig is awesome: http://EditorConfig.org root = true [*] insert_final_newline = true charset = utf-8 indent_size = 2 end_of_line = lf trim_trailing_whitespace = true indent_style = space [*.json] indent_size = 2 [.*rc] indent_size = 2 [{bower,package}.json] indent_size = 2 [webpack.config.js] indent_size = 2