Skip to content
Snippets Groups Projects
.clang-format 397 B
Newer Older
Dmitri Naumov's avatar
Dmitri Naumov committed
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
Dmitri Naumov's avatar
Dmitri Naumov committed
AllowShortLoopsOnASingleLine: false
Dmitri Naumov's avatar
Dmitri Naumov committed
AllowShortFunctionsOnASingleLine: Inline
Dmitri Naumov's avatar
Dmitri Naumov committed
BreakBeforeBraces: Allman
Dmitri Naumov's avatar
Dmitri Naumov committed
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
Dmitri Naumov's avatar
Dmitri Naumov committed
IndentWidth:     4
Dmitri Naumov's avatar
Dmitri Naumov committed
PointerAlignment: Left
Standard:        C++11
Dmitri Naumov's avatar
Dmitri Naumov committed
TabWidth:        4