From 156914615828cad0165c8de8a2732b14441374c7 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 9 May 2018 00:41:53 +0000 Subject: [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 --- lib/safestack/.clang-format | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/safestack') diff --git a/lib/safestack/.clang-format b/lib/safestack/.clang-format index f6cb8ad93..d96be21b2 100644 --- a/lib/safestack/.clang-format +++ b/lib/safestack/.clang-format @@ -1 +1,3 @@ BasedOnStyle: Google +AllowShortIfStatementsOnASingleLine: false + -- cgit v1.2.3