Revision 70a7a3b8ba36373657bfb5eb3f3a998411df94cf authored by Thomas Nagel on 28 January 2021, 15:12:51 UTC, committed by Thomas Nagel on 28 January 2021, 15:12:51 UTC
1 parent 11a9611
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