chore: add .cmake-format.yaml rules
This commit is contained in:
parent
a7c728d509
commit
19a9749d9a
|
@ -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…
Reference in New Issue