diff --git a/.cmake-format.yaml b/.cmake-format.yaml new file mode 100644 index 0000000..ed826f4 --- /dev/null +++ b/.cmake-format.yaml @@ -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