https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2864654d0d17b05ef6e660349644654692d4b7f8 authored by Dmitri Naumov on 28 February 2021, 17:47:47 UTC, committed by Dmitri Naumov on 02 March 2021, 17:14:46 UTC
1 parent ed4b925
Raw File
Tip revision: 2864654d0d17b05ef6e660349644654692d4b7f8 authored by Dmitri Naumov on 28 February 2021, 17:47:47 UTC
Fix spelling mistakes.
Tip revision: 2864654
.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