Revision c36393adc36e27f60a2602ce3bfe5feca855804d authored by Julian Heinze on 13 June 2023, 16:36:12 UTC, committed by Julian Heinze on 13 June 2023, 16:36:12 UTC
[Data Explorer] Include Layers2Grid

See merge request ogs/ogs!4622
2 parent s a1aa922 + 911b54e
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