From 29cbdc5ecd87e19c3dbd62c273727fd59aec92f7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 21 Apr 2020 11:44:18 +0200 Subject: [PATCH] LAV: Add .clang-format file to disable formatting --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000..0f5d047eab --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +IndentWidth: 4 +UseTab: Never +DisableFormat: true