https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1489412f1b9c9c3b6bbb70cecd891d063032d195 authored by Wenqing Wang on 03 November 2021, 12:42:50 UTC
[MeshLib/MeshSubset] Applied clang-format
Tip revision: 1489412
.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