https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f662f6fba0614b6ac0e3da38357ea7a844ca47d8 authored by Chaofan Chen on 15 August 2023, 12:41:12 UTC
Merge branch 'import_media_to_BC' into 'master'
Tip revision: f662f6f
.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