about summary refs log tree commit diff homepage
path: root/.clang-format
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-04-15 21:22:28 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2015-04-15 21:22:28 +0100
commite5ae98b78fcc9259ce0211bdc00852e2f74121ea (patch)
tree7a677e38abdbaabdac2b8936c8c7f9189dc4310f /.clang-format
parent1a175c67402430c8e6a970d42660dcf3b23110aa (diff)
downloadklee-e5ae98b78fcc9259ce0211bdc00852e2f74121ea.tar.gz
Add clang-format style. We just use LLVM's style.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 00000000..4f679309
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,4 @@
+---
+Language: Cpp
+BasedOnStyle:  LLVM
+...