# EditorConfig is awesome: http://EditorConfig.org root = true [*] charset = utf-8 insert_final_newline = true end_of_line = lf indent_style = space indent_size = 4 trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false [*.{json,yml}] indent_size = 2