221ff7fa3e
* build: install cmake config files to enable cmake find_package * fix: destination for header files
22 lines
460 B
YAML
22 lines
460 B
YAML
# https://github.com/cheshirekow/cmake_format
|
|
|
|
# How wide to allow formatted cmake files
|
|
line_width: 120
|
|
|
|
# How many spaces to tab for indent
|
|
tab_size: 2
|
|
|
|
# Format command names consistently as 'lower' or 'upper' case
|
|
command_case: "lower"
|
|
|
|
first_comment_is_literal: False
|
|
|
|
# enable comment markup parsing and reflow
|
|
enable_markup: False
|
|
|
|
# If arglists are longer than this, break them always
|
|
max_subargs_per_line: 1
|
|
|
|
max_pargs_hwrap: 2
|
|
|
|
max_subgroups_hwrap: 2 |