Initial commit
This commit is contained in:
commit
91d54c58d5
42 changed files with 2212 additions and 0 deletions
22
.clang-format
Normal file
22
.clang-format
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
BasedOnStyle: Google
|
||||
Language: Cpp
|
||||
Standard: c++20
|
||||
TabWidth: 4
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
InsertNewlineAtEOF: True
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortCaseLabelsOnASingleLine: False
|
||||
AllowShortCompoundRequirementOnASingleLine: True
|
||||
AllowShortEnumsOnASingleLine: True
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
UseTab: Always
|
||||
FixNamespaceComments: True
|
||||
BreakAfterAttributes: Always
|
||||
BreakTemplateDeclarations: Yes
|
||||
PackConstructorInitializers: NextLineOnly
|
||||
SeparateDefinitionBlocks: Always
|
||||
ReflowComments: Always
|
||||
RequiresExpressionIndentation: OuterScope
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue