From 42b9443aa72c7042cba5bfef35c2e9196b964503 Mon Sep 17 00:00:00 2001 From: dx Date: Tue, 12 May 2020 16:38:53 +0100 Subject: +clang format allow short loops Eye candy. --- ClangFormat/.clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 7c41ad6..06cdd0f 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -3,6 +3,7 @@ BasedOnStyle: LLVM IndentWidth: 2 AccessModifierOffset: -2 AlignAfterOpenBracket: Align +AllowShortLoopsOnASingleLine: true AllowShortLambdasOnASingleLine: Empty AlwaysBreakTemplateDeclarations: Yes BreakBeforeBraces: Custom -- cgit v1.2.3-13-gbd6f