https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2add8994b29ff8d4efdb9420f4ddb7dfceeae298 authored by Dmitry Yu. Naumov on 21 May 2021, 08:55:57 UTC
Merge branch 'CleanupRasterReaders' into 'master'
Tip revision: 2add899
.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