# http://EditorConfig.org root = true [*] charset = utf-8 indent_style = tab indent_size = 3 insert_final_newline = true [*.json] indent_style = space indent_size = 2 [*.md] indent_style = space indent_size = 4 trim_trailing_whitespace = false