https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1aaaaa410656a0ccfd4ae296529ce34fbce35a25 authored by Christoph Lehmann on 13 January 2023, 15:49:40 UTC
Merge branch 'separate-file-for-loc-asm-creation' into 'master'
Tip revision: 1aaaaa4
.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