Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-01 04:00:52 +03:00
parent bdb9d472de
commit 470c248bcf
11 changed files with 626 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
---
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
@@ -6,11 +5,11 @@ ColumnLimit: 80
AlignEscapedNewlines: DontAlign
AlignTrailingComments:
Kind: Always
OverEmptyLines: 0
Kind: Always
OverEmptyLines: 0
BasedOnStyle: WebKit
BraceWrapping:
AfterFunction: true
AfterFunction: true
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: true
BreakConstructorInitializers: BeforeComma
@@ -19,10 +18,9 @@ IndentRequiresClause: false
InsertNewlineAtEOF: true
LineEnding: LF
NamespaceIndentation: None
QualifierAlignment: Right
PointerAlignment: Right # east pointer
QualifierAlignment: Right # east const
RemoveSemicolon: true
RequiresClausePosition: WithFollowing
RequiresExpressionIndentation: OuterScope
SpaceAfterTemplateKeyword: false
...