about summary refs log tree commit diff homepage
path: root/.clang-format
diff options
context:
space:
mode:
authorAndrew Santosa <santosa_1999@yahoo.com>2015-12-25 03:09:41 +0800
committerAndrew Santosa <santosa_1999@yahoo.com>2015-12-25 03:09:41 +0800
commitd33fa33f66dab8792607a6161063b0f5cadf0d3b (patch)
tree48bf92201801fccb9ed668a233197d90ed4efd0e /.clang-format
parent2287eb0d44bedd20484874da06615ace3ce4e2a2 (diff)
downloadklee-d33fa33f66dab8792607a6161063b0f5cadf0d3b.tar.gz
Removed Language: Cpp entry from .clang-format due to incompatibility with Clang 3.4.2
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index dac1eef4..9ad10d29 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,5 +1,4 @@
 ---
-Language: Cpp
 BasedOnStyle:  LLVM
 Standard: Cpp03
 ...