mariadb/storage/innobase/.clang-format

12 lines
228 B
Text
Raw Normal View History

2019-10-29 21:56:24 +03:00
UseTab: Always
TabWidth: 8
IndentWidth: 8
ContinuationIndentWidth: 8
BreakBeforeBinaryOperators: All
PointerAlignment: Left
BreakBeforeBraces: Custom
ColumnLimit: 79
BraceWrapping:
AfterFunction: true
AccessModifierOffset: -8