Revision 6bde0dd6078411cc8cfb71694026c8a6bc2a9cc0 authored by Lars Bilke on 12 March 2021, 15:43:05 UTC, committed by Lars Bilke on 12 March 2021, 15:43:05 UTC
[pre-commit] CMake linter

See merge request ogs/ogs!3509
2 parent s 0da6a44 + 8938cde
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