https://gitlab.opengeosys.org/ogs/ogs.git
Revision c6a5793a58799868aeb9e86a00d1c0618bb641c5 authored by renchao_lu on 17 August 2021, 15:30:30 UTC, committed by Dmitri Naumov on 03 September 2021, 08:16:50 UTC
1 parent c7e0fbf
Raw File
Tip revision: c6a5793a58799868aeb9e86a00d1c0618bb641c5 authored by renchao_lu on 17 August 2021, 15:30:30 UTC
[PL/CT] add look-up table
Tip revision: c6a5793
.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