chore: add license, formatting and git files

This commit is contained in:
2026-06-25 17:20:17 +01:00
commit 1e2fb19351
4 changed files with 80 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
BasedOnStyle: Microsoft
Language: Cpp
BreakBeforeBraces: Allman
PointerAlignment: Right
DerivePointerAlignment: false
IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: true
NamespaceIndentation: None
MaxEmptyLinesToKeep: 1
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: false
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
SortIncludes: true
IncludeBlocks: Regroup
InsertNewlineAtEOF: true
UseCRLF: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignOperands: true
AlwaysBreakAfterReturnType: None
BreakStringLiterals: true
Cpp11BracedListStyle: true
IndentExternBlock: AfterExternBlock
KeepEmptyLinesAtTheStartOfBlocks: false
ReflowComments: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements