https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 96feceeb04aa1c4c9f6f60515dcfc8737dd4db6b authored by Lars Bilke on 21 June 2021, 11:34:13 UTC
Merge branch 'tailwind-update' into 'master'
Tip revision: 96fecee
.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