init commit

This commit is contained in:
2025-04-13 21:48:15 +03:00
commit 23255e9121
192 changed files with 12200 additions and 0 deletions
Executable
+34
View File
@@ -0,0 +1,34 @@
LineEnding: LF
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
# ColumnLimit: 80
UseTab: Never
SortIncludes: Never
SpaceAfterCStyleCast: true
IndentCaseLabels: false
InsertBraces: true
InsertNewlineAtEOF: true
IndentGotoLabels: false
AlwaysBreakAfterReturnType: AllDefinitions
AllowShortEnumsOnASingleLine: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: false
AfterClass: true
AfterControlStatement: Never
AfterEnum: true
AfterExternBlock: false
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: false
AfterStruct: true
AfterUnion: true
BeforeCatch: false
BeforeElse: false
BeforeLambdaBody: false
BeforeWhile: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true