forked from NVIDIA/DCGM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cmake-format.json
46 lines (46 loc) · 1021 Bytes
/
.cmake-format.json
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
38
39
40
41
42
43
44
45
46
{
"emit_byteorder_mark": false,
"fence_pattern": "^\\s*([`~]{3}[`~]*)(.*)$",
"command_case": "unchanged",
"first_comment_is_literal": false,
"enable_markup": true,
"bullet_char": "*",
"autosort": true,
"literal_comment_pattern": null,
"hashruler_min_length": 10,
"algorithm_order": [
0,
1,
2,
3,
4
],
"additional_commands": {
"foo": {
"flags": [
"BAR",
"BAZ"
],
"kwargs": {
"HEADERS": "*",
"DEPENDS": "*",
"SOURCES": "*"
}
}
},
"ruler_pattern": "^\\s*[^\\w\\s]{3}.*[^\\w\\s]{3}$",
"tab_size": 4,
"canonicalize_hashrulers": true,
"input_encoding": "utf-8",
"separate_fn_name_with_space": false,
"output_encoding": "utf-8",
"per_command": {},
"line_ending": "unix",
"line_width": 120,
"dangle_parens": true,
"always_wrap": [],
"separate_ctrl_name_with_space": false,
"max_subargs_per_line": 3,
"keyword_case": "unchanged",
"enum_char": "."
}