aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:10:26 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:10:26 +0200
commit436187efa55385c2bec80981d255566d5083c9e8 (patch)
treed844402679c49910327f2cd6b358a239db68af2b /.clang-format
parentc24348eb207fdd124b61212c27ab6951279ce322 (diff)
downloadchattymalloc-436187efa55385c2bec80981d255566d5083c9e8.tar.gz
chattymalloc-436187efa55385c2bec80981d255566d5083c9e8.zip
copy speedymalloc's build system
Thanks to Florian Schmaus for most of the work.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..9b8d6a4
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,5 @@
+---
+BasedOnStyle: LLVM
+ColumnLimit: 100
+TabWidth: 2
+UseTab: Always