root = true [*] end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space trim_trailing_whitespace = true [*.txt] indent_size = 3 [*.{html,xml,md}] indent_size = 2 [*.json] indent_size = 4 [*.md] # Allow 2 spaces at the end of a line to cause a line break trim_trailing_whitespace = false