https://gitlab.opengeosys.org/ogs/ogs.git
Revision afd59f13d6687d3a5c9df98c2bee51ed505bf1d9 authored by Dmitri Naumov on 06 September 2021, 15:41:36 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:57 UTC
1 parent 8bf2cc1
Raw File
Tip revision: afd59f13d6687d3a5c9df98c2bee51ed505bf1d9 authored by Dmitri Naumov on 06 September 2021, 15:41:36 UTC
[T/THM/BGRa] Update reference for corrected ip I/O
Tip revision: afd59f1
.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