Revision 2f87ca27072d93d2f5a6d41f565a355b39892399 authored by Dmitri Naumov on 04 April 2021, 12:47:07 UTC, committed by Dmitri Naumov on 04 April 2021, 12:47:07 UTC
The Sparse' module parts are used also if unsupported
module support is turned off.
1 parent 233846b
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