Revision cceff66193e7003be5f90caa5fdcc62f7de124a4 authored by ChaofanChen on 12 April 2023, 14:45:40 UTC, committed by ChaofanChen on 14 April 2023, 10:28:22 UTC
1 parent 5e2ab7d
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