https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2cc6b620022131b3371aa87ad035ab5b93bd34bb authored by Thomas Fischer on 20 November 2020, 11:40:18 UTC, committed by Thomas Fischer on 08 December 2020, 10:06:23 UTC
1 parent 1f01caa
Raw File
Tip revision: 2cc6b620022131b3371aa87ad035ab5b93bd34bb authored by Thomas Fischer on 20 November 2020, 11:40:18 UTC
[GL] Clang format.
Tip revision: 2cc6b62
.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