From 19a9749d9adc5846ac4fedc3beb9399a1e8f168e Mon Sep 17 00:00:00 2001 From: light7734 Date: Tue, 9 Jul 2024 15:35:52 +0330 Subject: [PATCH] chore: add .cmake-format.yaml rules --- .cmake-format.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .cmake-format.yaml 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