Revision 6cc1fea9df6aa2b98cdf53187f8ac58273de9961 authored by Lars Bilke on 03 May 2021, 13:25:30 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
E.g. in square_1e1.xml:

    <OpenGeoSysProjectDiff base_file="square_1e0.prj">

Then run this with:

    ogs square_1e1.xml
1 parent bf2b7a0
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