https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3d200b886a881e500cb3026f0569ada3aa7ee299 authored by Karsten Rink on 16 February 2021, 07:12:48 UTC
Merge branch 'GmshPhysicals' into 'master'
Tip revision: 3d200b8
.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