From db88d2143e1422fdd5829c4bff41bee7e7f89a93 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 11 Sep 2023 09:38:05 +0200 Subject: [PATCH] added .cmake-format.yaml + updated .gitignore (.cache in .gitignore is used eg. by clangd) --- .cmake-format.yaml | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .cmake-format.yaml diff --git a/.cmake-format.yaml b/.cmake-format.yaml new file mode 100644 index 00000000..834ea0b0 --- /dev/null +++ b/.cmake-format.yaml @@ -0,0 +1,3 @@ +# https://github.com/cheshirekow/cmake_format#configuration +format: + tab_size: 4 diff --git a/.gitignore b/.gitignore index 8eda2618..613ade66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ gpujpeg +.cache .libs src/*.o src/*.lo