Revision 09d007c4c84a2d5b19637ae2070facaffa21e908 authored by Dmitri Naumov on 01 July 2021, 18:42:19 UTC, committed by Dmitri Naumov on 02 July 2021, 14:51:51 UTC
Remove no longer required default constructor.
1 parent 299e7b2
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