# EditorConfig is awesome: http://EditorConfig.org # prop list https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true max_line_length = 150 # experimental quote_type = auto curly_bracket_next_line = false spaces_around_operators = true spaces_around_brackets = outside indent_brace_style = K&R wildcard_import_limit = 3 [*.md] trim_trailing_whitespace = true