mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
11 lines
228 B
Text
11 lines
228 B
Text
UseTab: Always
|
|
TabWidth: 8
|
|
IndentWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
BreakBeforeBinaryOperators: All
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Custom
|
|
ColumnLimit: 79
|
|
BraceWrapping:
|
|
AfterFunction: true
|
|
AccessModifierOffset: -8
|