https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2e74f6c488c56dc8224bab01b293acd620ca735b authored by Lars Bilke on 23 March 2023, 14:37:38 UTC, committed by Lars Bilke on 24 March 2023, 10:13:29 UTC
1 parent 8e76772
Raw File
Tip revision: 2e74f6c488c56dc8224bab01b293acd620ca735b authored by Lars Bilke on 23 March 2023, 14:37:38 UTC
[cmake] Fix order of eigen options.
Tip revision: 2e74f6c
.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