https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1c3cd188e4d56cbd60a7d70e903682fc03219358 authored by Lars Bilke on 23 March 2021, 08:38:33 UTC, committed by Lars Bilke on 23 March 2021, 11:24:53 UTC
- New target write-licenses to write license file
third_party_licenses.txt
- License file is installed into ./share/info/
1 parent 5ae119f
Raw File
Tip revision: 1c3cd188e4d56cbd60a7d70e903682fc03219358 authored by Lars Bilke on 23 March 2021, 08:38:33 UTC
[CMake] Collect third-party (CPM) licenses.
Tip revision: 1c3cd18
.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