Revision 95ec094cb3ef3e1efae5cc935c0cd9ea08fedd88 authored by KeitaYoshioka on 24 November 2021, 16:34:31 UTC, committed by Dmitri Naumov on 25 November 2021, 13:55:10 UTC
1 parent 9f7f695
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