2022-06-18 02:54:01 -04:00
|
|
|
BasedOnStyle: WebKit
|
|
|
|
|
2022-06-26 17:24:21 -04:00
|
|
|
# This is most of the style, tbh.
|
2022-06-18 02:54:01 -04:00
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
DerivePointerAlignment: false
|
2022-06-26 17:24:21 -04:00
|
|
|
|
|
|
|
# :)
|
|
|
|
PointerAlignment: Left
|
2022-06-18 02:54:01 -04:00
|
|
|
|
|
|
|
TabWidth: 4
|
|
|
|
IndentWidth: 4
|
|
|
|
UseTab: Always
|
|
|
|
|
2022-06-26 17:24:21 -04:00
|
|
|
# They may not have done this, but by god, I am.
|
|
|
|
NamespaceIndentation: All
|
|
|
|
|
2022-06-18 02:54:01 -04:00
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 500
|