ashirt/.clang-format

8 lines
228 B
Plaintext
Raw Normal View History

2020-05-13 19:13:59 +00:00
BasedOnStyle: Google
ColumnLimit: 100
# Not sure how to get BreakBeforeBraces: BS_Stroustrup to work -- this should hopefully be roughly equivalent
BreakBeforeBraces: Custom
BraceWrapping:
BeforeCatch: true
BeforeElse: true