https://github.com/bcgsc/ntCard
Revision 741c9417282570a71c4042f0d2022493f26c4e49 authored by Johnathan Wong on 27 January 2020, 22:56:49 UTC, committed by GitHub on 27 January 2020, 22:56:49 UTC
* release 1.2.1

* ChangeLog: update version number

Co-Authored-By: Lauren Coombe <lauren.e.coombe@gmail.com>

Co-authored-by: Lauren Coombe <lauren.e.coombe@gmail.com>
1 parent b14e327
Raw File
Tip revision: 741c9417282570a71c4042f0d2022493f26c4e49 authored by Johnathan Wong on 27 January 2020, 22:56:49 UTC
release 1.2.1 (#40)
Tip revision: 741c941
.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