Initializing the repository

This commit is contained in:
2025-05-06 16:44:21 +03:00
commit f693d28c78
9 changed files with 491 additions and 0 deletions

31
.clang-format Normal file
View File

@@ -0,0 +1,31 @@
AccessModifierOffset: -4
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveDeclarations: Consecutive
AllowShortBlocksOnASingleLine: Never
AllowShortCaseExpressionOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortCompoundRequirementOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: None
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: All
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
BreakTemplateDeclarations: Yes
ColumnLimit: 100
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
IndentExternBlock: NoIndent
IndentPPDirectives: AfterHash
IndentWidth: 4
NamespaceIndentation: None
PackConstructorInitializers: Never
PointerAlignment: Right
ReflowComments: Always
SortIncludes: CaseSensitive
TabWidth: 4
UseTab: Never