From ff38ccc5830251507b160d251488555cbacc316f Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Thu, 23 Jan 2020 17:59:42 -0600
Subject: [PATCH] Added clang format: LLVM, don't sort headers

---
 .clang-format | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .clang-format

diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000000..99130575c9
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+SortIncludes: false
-- 
GitLab