https://gitlab.opengeosys.org/ogs/ogs.git
Revision f21c9227d8f8450eba260c065d3eb6b66ae18646 authored by Christian Silbermann on 05 November 2021, 13:53:19 UTC, committed by Dmitry Yu. Naumov on 09 November 2021, 11:50:57 UTC
1 parent 6ed1203
Raw File
Tip revision: f21c9227d8f8450eba260c065d3eb6b66ae18646 authored by Christian Silbermann on 05 November 2021, 13:53:19 UTC
Apply suggestions from review
Tip revision: f21c922
.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