https://gitlab.opengeosys.org/ogs/ogs.git
Revision b94ce776101587b696397c1eddaedeabfc3a3d4b authored by Dmitri Naumov on 19 May 2021, 14:17:11 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
1 parent 4c56ad2
Raw File
Tip revision: b94ce776101587b696397c1eddaedeabfc3a3d4b authored by Dmitri Naumov on 19 May 2021, 14:17:11 UTC
[App/IO] Ascii raster header returns an optional.
Tip revision: b94ce77
.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