https://github.com/bcgsc/ntCard
Revision 8ebca4a6e8f42f0fa194d41a66bcee6cf483f341 authored by mohamadi on 27 January 2020, 21:06:35 UTC, committed by mohamadi on 27 January 2020, 21:06:35 UTC
1 parent b6de758
Raw File
Tip revision: 8ebca4a6e8f42f0fa194d41a66bcee6cf483f341 authored by mohamadi on 27 January 2020, 21:06:35 UTC
Fixing bug in new version FASTA file processing
Tip revision: 8ebca4a
.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