Revision c01846775d126ccffa7c8df3547ce77bf9342401 authored by Lars Bilke on 11 October 2021, 10:29:33 UTC, committed by Lars Bilke on 11 October 2021, 10:29:33 UTC
OGS_USE_PYTHON compilation dependencies

See merge request ogs/ogs!3828
2 parent s ac4ed65 + cd39fb8
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