Revision 03d2c78f3cf834a6915d5fee28afe1199013cd11 authored by Lars Bilke on 29 April 2021, 10:25:51 UTC, committed by Dmitry Yu. Naumov on 01 May 2021, 11:47:52 UTC
1 parent 9ba5f04
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