https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 89b4e7e5648d0b6553e3bc827c9e2f80f762a300 authored by Dmitry Yu. Naumov on 02 March 2021, 21:00:20 UTC
Merge branch 'DoxygenFixes' into 'master'
Tip revision: 89b4e7e
.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