-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathcmake-format.yaml
More file actions
48 lines (48 loc) · 1.05 KB
/
cmake-format.yaml
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
47
48
parse:
additional_commands:
bout_add_example:
pargs: 1
kwargs:
CONFLICTS: '*'
DATA_DIRS: '*'
EXTRA_FILES: '*'
REQUIRES: '*'
SOURCES: '*'
bout_add_integrated_test:
pargs: 1
flags: [USE_DATA_BOUT_INP, USE_RUNTEST]
kwargs:
CONFLICTS: '*'
DOWNLOAD: 1
DOWNLOAD_NAME: 1
EXECUTABLE_NAME: 1
EXTRA_DEPENDS: '*'
EXTRA_FILES: '*'
PROCESSORS: 1
REQUIRES: '*'
SOURCES: '*'
TESTARGS: '*'
bout_add_mms_test:
pargs: 1
flags: [USE_DATA_BOUT_INP, USE_RUNTEST]
kwargs:
CONFLICTS: '*'
DOWNLOAD: 1
DOWNLOAD_NAME: 1
EXECUTABLE_NAME: 1
EXTRA_DEPENDS: '*'
EXTRA_FILES: '*'
PROCESSORS: 1
REQUIRES: '*'
SOURCES: '*'
TESTARGS: '*'
bout_handle_requires_conflicts:
pargs: 2
kwargs:
CONFLICTS: '*'
REQUIRES: '*'
format:
dangle_parens: true
markup:
# markup messes up comments - disable it
enable_markup: false