From 5164126447e0776ccdaccfc1e168868185699496 Mon Sep 17 00:00:00 2001 From: Andi Drebes Date: Thu, 3 Jun 2021 12:27:29 +0200 Subject: [PATCH] style: Add .clang-format --- compiler/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 compiler/.clang-format diff --git a/compiler/.clang-format b/compiler/.clang-format new file mode 100644 index 000000000..9b3aa8b72 --- /dev/null +++ b/compiler/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: LLVM