Revision 8eb710fb13266a71d619d683c49b9a509323499e authored by Hamid Mohamadi on 22 January 2020, 14:34:15 UTC, committed by GitHub on 22 January 2020, 14:34:15 UTC
ntcard: fix edge case of no kmer sampled
2 parent s ed026f4 + ae1d153
Raw File
.clang-format
BasedOnStyle: Mozilla
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: true
ColumnLimit: 100
ContinuationIndentWidth: 4
IndentCaseLabels: false
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
back to top