https://gitlab.opengeosys.org/ogs/ogs.git
Revision 93fff37696a4f9065890aee6e4540fcf7b14f997 authored by Lars Bilke on 31 March 2021, 12:31:21 UTC, committed by Lars Bilke on 31 March 2021, 12:31:21 UTC
[pre-commit] Pass config file to cmake format.

See merge request ogs/ogs!3553
2 parent s bc5459d + 1b4393d
Raw File
Tip revision: 93fff37696a4f9065890aee6e4540fcf7b14f997 authored by Lars Bilke on 31 March 2021, 12:31:21 UTC
Merge branch 'fix-cmake-format' into 'master'
Tip revision: 93fff37
.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