https://gitlab.opengeosys.org/ogs/ogs.git
Revision add53807a0ac772bd294f81356ea04c3b30323c0 authored by Dmitry Yu. Naumov on 17 December 2015, 15:37:57 UTC, committed by Dmitry Yu. Naumov on 17 December 2015, 15:37:57 UTC
CMake options for enabling Clang sanitizer
2 parent s 146ca5c + 84a4fa2
Raw File
Tip revision: add53807a0ac772bd294f81356ea04c3b30323c0 authored by Dmitry Yu. Naumov on 17 December 2015, 15:37:57 UTC
Merge pull request #935 from bilke/sanitizer
Tip revision: add5380
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        C++11
TabWidth:        4
UseTab:          ForIndentation
back to top