root = true [*] charset = utf-8 max_line_length = 100 indent_style = space indent_size = 2 quote_type = single spaces_around_operators = true spaces_around_brackets = inside trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false