Revision 5fb432735a11050768967aa40637987d788b29e9 authored by Hamid Mohamadi on 10 June 2021, 23:52:32 UTC, committed by GitHub on 10 June 2021, 23:52:32 UTC
add description of output to README
2 parent s dbe4b3c + 62c04d1
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