mirror of https://github.com/libAthena/athena.git
parent
5358d195bb
commit
85a16c7f45
@ -0,0 +1,29 @@ |
||||
--- |
||||
BasedOnStyle: LLVM |
||||
ColumnLimit: 120 |
||||
UseTab: Never |
||||
TabWidth: 2 |
||||
--- |
||||
Language: Cpp |
||||
DerivePointerAlignment: false |
||||
PointerAlignment: Left |
||||
AlignAfterOpenBracket: Align |
||||
AlignConsecutiveAssignments: false |
||||
IndentCaseLabels: false |
||||
AllowShortBlocksOnASingleLine: Always |
||||
AlignOperands: true |
||||
AlignTrailingComments: true |
||||
AlwaysBreakBeforeMultilineStrings: true |
||||
AlwaysBreakTemplateDeclarations: Yes |
||||
BreakConstructorInitializersBeforeComma: true |
||||
AlwaysBreakAfterReturnType: None |
||||
AlwaysBreakAfterDefinitionReturnType: None |
||||
AllowShortFunctionsOnASingleLine: All |
||||
Cpp11BracedListStyle: true |
||||
NamespaceIndentation: None |
||||
BinPackArguments: true |
||||
BinPackParameters: true |
||||
SortIncludes: false |
||||
AccessModifierOffset: -2 |
||||
ConstructorInitializerIndentWidth: 0 |
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true |
@ -0,0 +1 @@ |
||||
Checks: '*,-misc-unused-parameters,-modernize-use-trailing-return-type,-readability-named-parameter,-readability-convert-member-functions-to-static,-readability-uppercase-literal-suffix,-readability-magic-numbers,-hicpp-uppercase-literal-suffix,-hicpp-signed-bitwise,-cppcoreguidelines-avoid-magic-numbers,-cppcoreguidelines-pro-type-static-cast-downcast,-cppcoreguidelines-pro-bounds-constant-array-index,-cppcoreguidelines-owning-memory,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-non-private-member-variables-in-classes,-fuchsia-*,-google-runtime-references,-llvmlibc-*' |
Loading…
Reference in new issue