Revision b1bb62ba661c968953db32ede022f56de90f2ec5 authored by Tom Fischer on 30 March 2021, 05:56:02 UTC, committed by Tom Fischer on 30 March 2021, 05:56:02 UTC
Draft: Tiny cleanup  in MeshRevision

See merge request ogs/ogs!3551
2 parent s df71b2a + ab4803e
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