* Initial working cmake version Code style changes according to CLion suggestions Changed logging to use template instead of macros --------- Co-authored-by: asesidaa <1061472754@qq.com> * Reformat everything, updated readme for MSVC * Warnings annoy me deeply * Update artifact export * Simplifying file hierarchy Build result will now be in dist
25 lines
693 B
YAML
25 lines
693 B
YAML
BasedOnStyle: GNU
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
IndentCaseLabels: False
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 150
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLambdasOnASingleLine: All
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
SpaceAfterTemplateKeyword: True
|
|
SpacesInAngles: Never
|
|
SpaceBeforeParens: Always
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
RemoveBracesLLVM: True
|
|
AlignEscapedNewlines: Left
|
|
AccessModifierOffset: -4
|
|
Cpp11BracedListStyle: True
|
|
SortIncludes: false
|