17 lines
301 B
Text
17 lines
301 B
Text
# How wide to allow formatted cmake files
|
|
line_width: 80
|
|
|
|
# How many spaces to tab for indent
|
|
tab_size: 4
|
|
|
|
dangle_parens: true
|
|
|
|
# Additional FLAGS and KWARGS for custom commands
|
|
additional_commands:
|
|
foo:
|
|
flags: [BAR, BAZ]
|
|
kwargs:
|
|
HEADERS : '*'
|
|
SOURCES : '*'
|
|
DEPENDS : '*'
|
|
|