Revision 2a483a61e70d3b8642c66229630a9171d8816b79 authored by Thomas Fischer on 09 July 2021, 15:15:16 UTC, committed by Dmitry Yu. Naumov on 05 October 2021, 20:56:20 UTC
1 parent e8af0af
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