mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
21 lines
574 B
YAML
21 lines
574 B
YAML
BasedOnStyle: LLVM
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AlignEscapedNewlines: DontAlign
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 120
|
|
IndentWidth: 4
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterControlStatements: true
|
|
AfterFunctionDeclarationName: true
|
|
AfterFunctionDefinitionName: true
|
|
UseTab: Never
|