https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1df7a7dbcf0568eed2d3579bf355e9c6a58b3baa authored by Lars Bilke on 15 April 2021, 07:01:32 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 11:40:35 UTC
Fix issue where on MSVC there cannot be two cpp files with the same
name compiled into one library.
1 parent 2e95ebe
Raw File
Tip revision: 1df7a7dbcf0568eed2d3579bf355e9c6a58b3baa authored by Lars Bilke on 15 April 2021, 07:01:32 UTC
Extracted MaterialLib/SolidModels into own library.
Tip revision: 1df7a7d
.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