about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorDan Liew <delcypher@gmail.com>2015-12-26 06:05:13 +0000
committerDan Liew <delcypher@gmail.com>2015-12-26 06:05:13 +0000
commit3c5675731e3928ff0b96b8ab4b1ab2eed9031843 (patch)
tree48bf92201801fccb9ed668a233197d90ed4efd0e
parent2287eb0d44bedd20484874da06615ace3ce4e2a2 (diff)
parentd33fa33f66dab8792607a6161063b0f5cadf0d3b (diff)
downloadklee-3c5675731e3928ff0b96b8ab4b1ab2eed9031843.tar.gz
Merge pull request #326 from domainexpert/upstream
Removed Language: Cpp Entry from .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
 ...