From a40b281078e6a4c17e1da5b98a88b07e1c533150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 30 Oct 2021 03:01:11 +0200 Subject: Improve clang-format configuration --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index baa0d48..6fddef5 100644 --- a/.clang-format +++ b/.clang-format @@ -16,6 +16,7 @@ AlignOperands: DontAlign AlignConsecutiveMacros: Consecutive AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false +IndentGotoLabels: false Cpp11BracedListStyle: true MaxEmptyLinesToKeep: 2 -- cgit v1.2.3