From 6c163e32608e39a0843842e60a004e98cb2f7fdb Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 28 Aug 2021 12:40:03 +0200 Subject: [PATCH] clang-format: exclude waylandscanner from formatting --- src/wayland/tools/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/wayland/tools/.clang-format diff --git a/src/wayland/tools/.clang-format b/src/wayland/tools/.clang-format new file mode 100644 index 0000000000..9d159247d5 --- /dev/null +++ b/src/wayland/tools/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false