ssxog/.clang-format

17 lines
358 B
Plaintext
Raw Normal View History

2022-06-18 02:54:01 -04:00
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