From 7af5b3acd2ef5834b707c3feec1773ec0611699d Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Mon, 11 Oct 2021 19:58:45 +0000 Subject: [PATCH] Remove Java option --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 553eddf798..1723415127 100644 --- a/.clang-format +++ b/.clang-format @@ -40,7 +40,6 @@ BreakBeforeBraces: Allman BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -BreakAfterJavaFieldAnnotations: false BreakStringLiterals: true ColumnLimit: 0 CompactNamespaces: false