https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6349956905b9d45f31e1c6c9fc03928ed08e3e77 authored by renchao_lu on 02 August 2021, 13:43:09 UTC
[PL/TRF] clang-format.
Tip revision: 6349956
.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