blob: 260764f23170187d75211d3290fcd2a65f5b1fbd [file] [log] [blame]
Jason M. Bills1490b142019-07-01 15:48:43 -07001{
Ed Tanouscae0e892023-03-01 11:44:50 -08002 "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
Jason M. Bills1490b142019-07-01 15:48:43 -070012}