-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy path.cmake-format.yaml
More file actions
37 lines (37 loc) · 853 Bytes
/
Copy path.cmake-format.yaml
File metadata and controls
37 lines (37 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
include: ["cmake/.cmake-format-additional_commands-jegp.cmake_modules.yaml"]
parse:
additional_commands:
add_mp_units_module:
pargs:
nargs: 2
kwargs:
DEPENDENCIES: "+"
HEADERS: "*"
MODULE_INTERFACE_UNIT: "?"
enable_iwyu:
pargs:
flags:
- QUIET
- REQUIRED
- NO_FORWARD_DECLARATIONS
- PCH_IN_CODE
- TRANSITIVE_INCLUDES_ONLY
- NO_COMMENTS
- NO_FORWARD_DECLARATIONS
- CXX17_NAMESPACES
- QUOTED_INCLUDES_FIRST
kwargs:
MAPPING_FILE: 1
MAX_LINE_LENGTH: 1
format:
line_width: 120
tab_size: 4
max_subgroups_hwrap: 3
max_pargs_hwrap: 6
max_rows_cmdline: 2
dangle_parens: true
min_prefix_chars: 8
max_prefix_chars: 8
max_lines_hwrap: 2
markup:
enable_markup: false