17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
|
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
|