https://gitlab.opengeosys.org/ogs/ogs.git
Revision 828943f96cf2476fd509f65c2bfcdff3302d3725 authored by Lars Bilke on 03 May 2023, 13:32:51 UTC, committed by Lars Bilke on 03 May 2023, 13:32:51 UTC
1 parent 3ce5644
Raw File
Tip revision: 828943f96cf2476fd509f65c2bfcdff3302d3725 authored by Lars Bilke on 03 May 2023, 13:32:51 UTC
[py] Update PyVista to 0.38.6.
Tip revision: 828943f
.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