From 19c44a4b233a665ae6512fca17be019be3f1e68a Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Tue, 24 Oct 2017 13:46:05 -0700 Subject: [PATCH] Remove clang-format options introduced in version 5.0. --- .clang-format | 3 --- 1 file changed, 3 deletions(-) diff --git a/.clang-format b/.clang-format index 485d65f21..cf788cb6b 100644 --- a/.clang-format +++ b/.clang-format @@ -14,9 +14,6 @@ BraceWrapping: AfterUnion: true BeforeCatch: true BeforeElse: true - SplitEmptyFunction: false - SplitEmptyNamespace: false - SplitEmptyRecord: false BreakBeforeBraces: Custom ... -- 2.30.2