chore: add .cmake-format.yaml rules
This commit is contained in:
parent
a7c728d509
commit
19a9749d9a
1 changed files with 7 additions and 0 deletions
7
.cmake-format.yaml
Normal file
7
.cmake-format.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
dangle_parens: true
|
||||||
|
line_ending: unix
|
||||||
|
line_width: 120
|
||||||
|
max_pargs_hwrap: 3
|
||||||
|
separate_ctrl_name_with_space: true
|
||||||
|
separate_fn_name_with_space: false
|
||||||
|
tab_size: 4
|
Loading…
Add table
Reference in a new issue