https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3fda687923df78569e4d250259c4361610fa4f27 authored by Lars Bilke on 17 March 2021, 14:27:06 UTC, committed by Lars Bilke on 18 March 2021, 12:55:49 UTC
1 parent bfbf396
Raw File
Tip revision: 3fda687923df78569e4d250259c4361610fa4f27 authored by Lars Bilke on 17 March 2021, 14:27:06 UTC
Fix compiler warnings.
Tip revision: 3fda687
.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