Revision dbe4b3c0fdea4de258d41bb9337ee99b48d5711a authored by Johnathan Wong on 22 April 2021, 16:09:21 UTC, committed by GitHub on 22 April 2021, 16:09:21 UTC
1 parent c4aa22e
Raw File
.clang-format
BasedOnStyle: Mozilla
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: true
ColumnLimit: 100
ContinuationIndentWidth: 4
IndentCaseLabels: false
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
Standard: C++03
back to top