diff options
Diffstat (limited to 'ClangFormat')
-rw-r--r-- | ClangFormat/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
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 |