Files
yaze/cmake-format.yaml
2025-11-21 21:35:50 -05:00

13 lines
244 B
YAML

# CMake format configuration
line_width: 80
tab_size: 2
max_subargs_per_line: 3
separate_ctrl_name_with_space: true
separate_fn_name_with_space: true
dangle_parens: true
command_case: lower
keyword_case: upper
enable_sort: true
autosort: true