Revision 765a54e9785032e6357bd14f518f1b160a41ee78 authored by Lars Bilke on 15 December 2020, 18:28:59 UTC, committed by Lars Bilke on 15 December 2020, 18:28:59 UTC
[ci] Updated Hugo to 0.79.0.

See merge request ogs/ogs!3333
2 parent s e152a70 + bcb7480
Raw File
.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