Revision 776d608a5a43620830275143d3de237d6236f204 authored by Norbert Grunwald on 17 March 2023, 20:51:37 UTC, committed by Dmitry Yu. Naumov on 10 May 2023, 18:01:52 UTC
1 parent 4bf8758
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