https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2c232e207a910909b8119f7ccf72f8d3ee274c53 authored by Karsten Rink on 08 February 2023, 14:12:18 UTC
Merge branch 'TetgenFileExtension' into 'master'
Tip revision: 2c232e2
.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