Revision 93ed069865a5a4d84772447b0390c5443488dfb3 authored by Dmitry Yu. Naumov on 15 February 2021, 06:17:33 UTC, committed by Dmitry Yu. Naumov on 15 February 2021, 06:17:33 UTC
Small fixes

See merge request ogs/ogs!3443
2 parent s f7333a8 + 7dd0a35
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