(ClangFormat)~Organise keys

This commit is contained in:
2024-06-27 15:12:35 +01:00
parent 85148fc6a1
commit 4e1f23a479

View File

@@ -1,17 +1,15 @@
# .clang-format -*- mode: yaml; lexical-binding: t; -*- # .clang-format -*- mode: yaml; lexical-binding: t; -*-
BasedOnStyle: LLVM
IndentWidth: 2
AccessModifierOffset: -2 AccessModifierOffset: -2
AlignAfterOpenBracket: Align AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true AlignConsecutiveBitFields: true
AlignConsecutiveMacros: true AlignConsecutiveMacros: true
AlignEscapedNewlines: true AlignEscapedNewlines: true
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false AllowShortFunctionsOnASingleLine: false
AllowShortLambdasOnASingleLine: false AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: Yes
NamespaceIndentation: All BasedOnStyle: LLVM
BreakBeforeBraces: Custom BreakBeforeBraces: Custom
BraceWrapping: BraceWrapping:
AfterEnum: true AfterEnum: true
@@ -27,3 +25,6 @@ BraceWrapping:
BeforeElse: true BeforeElse: true
SplitEmptyFunction: true SplitEmptyFunction: true
IndentBraces: false IndentBraces: false
ColumnLimit: 80
IndentWidth: 2
NamespaceIndentation: All