Jason M. Bills | 3f7c5e4 | 2018-10-03 14:00:41 -0700 | [diff] [blame] | 1 | { |
2 | "enum_char": ".", | ||||
3 | "line_ending": "unix", | ||||
4 | "bullet_char": "*", | ||||
5 | "max_subargs_per_line": 99, | ||||
6 | "command_case": "lower", | ||||
7 | "tab_size": 4, | ||||
8 | "line_width": 80, | ||||
9 | "separate_fn_name_with_space": true, | ||||
10 | "dangle_parens": true, | ||||
11 | "separate_ctrl_name_with_space": true | ||||
12 | } | ||||
13 |