# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # http://editorconfig.org [*] charset = utf-8 indent_style = tab indent_size = 4 continuation_indent_size = 4 indent_brace_style = Allman curly_bracket_next_line = false spaces_around_brackets = outside spaces_around_operators = true quote_type = single end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true [package.json] indent_style = space indent_size = 2 quote_type = double [*.{yml,yaml}] indent_style = space indent_size = 4 [test/expected/**] trim_trailing_whitespace = false insert_final_newline = false