diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-15 21:22:28 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-04-15 21:22:28 +0100 |
commit | e5ae98b78fcc9259ce0211bdc00852e2f74121ea (patch) | |
tree | 7a677e38abdbaabdac2b8936c8c7f9189dc4310f | |
parent | 1a175c67402430c8e6a970d42660dcf3b23110aa (diff) | |
download | klee-e5ae98b78fcc9259ce0211bdc00852e2f74121ea.tar.gz |
Add clang-format style. We just use LLVM's style.
-rw-r--r-- | .clang-format | 4 |
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 +... |