summaryrefslogtreecommitdiff
path: root/lib/lsan
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2018-05-09 00:41:53 +0000
committerVitaly Buka <vitalybuka@google.com>2018-05-09 00:41:53 +0000
commit156914615828cad0165c8de8a2732b14441374c7 (patch)
treedfe5e00f96b0094995e37d461341391834357923 /lib/lsan
parent1b2e8fb0ce651da2d47b98c33b29c0f42a080f13 (diff)
[sanitizer] Update .clang-format in compiler-rt
Historically style is Google, but we never used AllowShortIfStatementsOnASingleLine. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@331829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/lsan')
-rw-r--r--lib/lsan/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lsan/.clang-format b/lib/lsan/.clang-format
index f6cb8ad93..d96be21b2 100644
--- a/lib/lsan/.clang-format
+++ b/lib/lsan/.clang-format
@@ -1 +1,3 @@
BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+