https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e6a1a1a5addb548c4531d6ceff68be4a599ea579 authored by Lars Bilke on 07 May 2021, 07:09:25 UTC
[web] Fixed styling issue in books/tutorials.
Tip revision: e6a1a1a
.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