17 lines
358 B
YAML
17 lines
358 B
YAML
BasedOnStyle: WebKit
|
|
|
|
# :( This is most of the style, tbh.
|
|
BreakBeforeBraces: Allman
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
UseTab: Always
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
Cpp11BracedListStyle: true
|
|
PenaltyReturnTypeOnItsOwnLine: 500
|