summaryrefslogtreecommitdiff
path: root/security-manager/cmake-format.json
blob: 4a701aee10d8f335b121ed68fbf24066bc72f4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "enum_char": ".",
  "line_ending": "unix",
  "bullet_char": "*",
  "max_subargs_per_line": 99,
  "command_case": "lower",
  "tab_size": 4,
  "line_width": 80,
  "separate_fn_name_with_space": true,
  "dangle_parens": true,
  "separate_ctrl_name_with_space": true
}