22 lines
436 B
YAML
22 lines
436 B
YAML
BasedOnStyle: WebKit
|
|
|
|
# This is most of the style, tbh.
|
|
BreakBeforeBraces: Allman
|
|
DerivePointerAlignment: false
|
|
|
|
# :)
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
UseTab: Always
|
|
|
|
# They may not have done this, but by god, I am.
|
|
NamespaceIndentation: All
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
Cpp11BracedListStyle: true
|
|
PenaltyReturnTypeOnItsOwnLine: 500
|