https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ded400ff7e96d696436efe4491f2406ef80d4455 authored by renchao_lu on 24 July 2021, 22:28:57 UTC
fix pre-commit checking.
Tip revision: ded400f
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top