CodeStyle

This commit is contained in:
Антон
2025-08-23 17:01:53 +03:00
parent 20d1c29e9e
commit 8121534981
5 changed files with 133 additions and 1 deletions
+3 -1
View File
@@ -16,7 +16,7 @@ BraceWrapping:
AfterNamespace: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: false
AfterExternBlock: true
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
@@ -38,6 +38,7 @@ IncludeCategories:
- Regex: '.*'
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentAccessModifiers: True
IndentCaseBlocks: true
InsertNewlineAtEOF: true
MacroBlockBegin: ''
@@ -50,4 +51,5 @@ SpacesInConditionalStatement: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
TabWidth: 2
AccessModifierOffset: 1
...