Revision f3fa3476073f095af7245d8d24e65cb9f5cd2738 authored by Thomas Nagel on 22 January 2021, 17:31:40 UTC, committed by Dmitri Naumov on 25 January 2021, 09:59:24 UTC
1 parent 2ff0c7a
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