https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 639162cd4f4f040fc9303b8968c2019f1d950ae8 authored by KeitaYoshioka on 24 November 2021, 16:35:30 UTC
[PL/PhF] Bug fix. Use global index in BC.
Tip revision: 639162c
.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