# EditorConfig: http://EditorConfig.org # This is the top-most .editorconfig file (do not search in parent directories) root = true [*.{scss, js, json, jsx, css, py, sass, html}] # Unix-style newlines with a newline ending every file end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 4 # Matches multiple files with brace expansion notation # Set default charset [*.{js, jsx, css, scss}] charset = utf-8