summaryrefslogtreecommitdiff
path: root/storage/innobase/.clang-format-old
blob: 54f7b47bc88c090e4a6db54c54f91a4587f43130 (plain)
1
2
3
4
5
6
7
8
9
10
11
UseTab: Always
TabWidth: 8
IndentWidth: 8
ContinuationIndentWidth: 8
BreakBeforeBinaryOperators: All
PointerAlignment: Left
BreakBeforeBraces: Custom
ColumnLimit: 79
BraceWrapping:
  AfterFunction: true
AccessModifierOffset: -8