https://github.com/bcgsc/ntCard
Revision 62c04d1f20c5ff5c3fd9f83edf7247e7e873095c authored by Taylor Reiter on 10 June 2021, 18:59:08 UTC, committed by GitHub on 10 June 2021, 18:59:08 UTC
1 parent dbe4b3c
Raw File
Tip revision: 62c04d1f20c5ff5c3fd9f83edf7247e7e873095c authored by Taylor Reiter on 10 June 2021, 18:59:08 UTC
add description of output
Tip revision: 62c04d1
.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