1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

.clang-format

This commit is contained in:
Leonid Fedorov
2021-11-11 11:39:49 +00:00
parent 489ae80b56
commit ab449ebcc0

22
.clang-format Normal file
View File

@ -0,0 +1,22 @@
---
BasedOnStyle: Google
IndentWidth: 2
BreakBeforeBraces: Allman
ColumnLimit: 110
---
Language: Cpp
AccessModifierOffset: -1
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerIndentWidth: 1
DerivePointerAlignment: false
IndentCaseLabels: false
NamespaceIndentation: None
PointerAlignment: Left
SortIncludes: true
Standard: Auto