Procházet zdrojové kódy

build: clang-format

Michele Caini před 1 rokem
rodič
revize
c6479e06ae
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      .clang-format

+ 2 - 1
.clang-format

@@ -2,10 +2,11 @@ BasedOnStyle: llvm
 ---
 ---
 AccessModifierOffset: -4
 AccessModifierOffset: -4
 AlignEscapedNewlines: DontAlign
 AlignEscapedNewlines: DontAlign
-AllowShortBlocksOnASingleLine: Empty
+AllowShortBlocksOnASingleLine: Always
 AllowShortEnumsOnASingleLine: true
 AllowShortEnumsOnASingleLine: true
 AllowShortFunctionsOnASingleLine: Empty
 AllowShortFunctionsOnASingleLine: Empty
 AllowShortIfStatementsOnASingleLine: WithoutElse
 AllowShortIfStatementsOnASingleLine: WithoutElse
+AllowShortLambdasOnASingleLine: All
 AllowShortLoopsOnASingleLine: true
 AllowShortLoopsOnASingleLine: true
 AlwaysBreakTemplateDeclarations: Yes
 AlwaysBreakTemplateDeclarations: Yes
 BreakBeforeBinaryOperators: NonAssignment
 BreakBeforeBinaryOperators: NonAssignment