From 84aa95629b809225b1ba24a6c31f45ab4286638e Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 14 Aug 2019 11:50:53 +0200 Subject: [PATCH] [cmake] Added cmake-format config file. --- .cmake-format.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cmake-format.yaml diff --git a/.cmake-format.yaml b/.cmake-format.yaml new file mode 100644 index 00000000000..b4985a95643 --- /dev/null +++ b/.cmake-format.yaml @@ -0,0 +1,3 @@ +# E.g. run with: fd CMakeLists.txt Applications/ -x cmake-format -i -c .cmake-format.yaml {} +tab_size: 4 +max_subargs_per_line: 4 -- GitLab