Revision a1aed7e8a46abefb7b8b5463e9c95da078f27cc4 authored by Dmitry Yu. Naumov on 04 July 2021, 12:52:26 UTC, committed by Dmitry Yu. Naumov on 04 July 2021, 12:52:26 UTC
TH2M confined compression

See merge request ogs/ogs!3666
2 parent s e3d1c23 + e60e58e
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