blob: eaa214161f5cdb409c32465fd822624c633a6bd8 [file] [log] [blame]
Kaido Kertf585e262020-06-08 11:42:28 -07001root = true
2
3[*]
4indent_style = tab;
5insert_final_newline = true;
6quote_type = auto;
7space_after_anonymous_functions = true;
8space_after_control_statements = true;
9spaces_around_operators = true;
10trim_trailing_whitespace = true;
11spaces_in_brackets = false;
12end_of_line = lf;
13