17 lines
360 B
YAML
17 lines
360 B
YAML
BasedOnStyle: GNU
|
|
Language: C
|
|
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ContinuationIndentWidth: 2
|
|
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
BreakBeforeBraces: Attach
|
|
|
|
# --- Fix the "static T\nname(...)" style ---
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
BreakAfterReturnType: None
|