Revision 615d6aaa209c0f859eb29cbcc75826b34be26268 authored by Christoph Lehmann on 29 September 2023, 05:32:53 UTC, committed by Christoph Lehmann on 29 September 2023, 05:32:53 UTC
Renamed tag <is_linear> to <linear>

See merge request ogs/ogs!4747
2 parent s 68cb163 + 67b83b9
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