21 lines
465 B
YAML
21 lines
465 B
YAML
BasedOnStyle: GNU
|
|
Language: C
|
|
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ContinuationIndentWidth: 2
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 0
|
|
BreakFunctionDefinitionParameters: false
|
|
BinPackParameters: false
|
|
BinPackArguments: false
|
|
|
|
# --- Fix the "static T\nname(...)" style ---
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
BreakAfterReturnType: None
|