Avocado/.clang-format

12 lines
235 B
Plaintext
Raw Normal View History

2016-01-06 09:55:08 -05:00
---
BasedOnStyle: Google
Language: Cpp
IndentWidth: 4
2016-08-29 16:22:22 -04:00
ColumnLimit: 140
2016-01-06 09:55:08 -05:00
PointerAlignment: Left
2016-01-06 11:42:02 -05:00
AlignTrailingComments: true
BreakBeforeBinaryOperators: All
2017-04-20 16:37:37 -04:00
AlignOperands: true
2018-05-16 15:59:08 -04:00
AllowShortCaseLabelsOnASingleLine: true
SortIncludes: false