https://github.com/bcgsc/ntCard
Revision d41be49591697caacfdad5e0f7d7c62ecf3de846 authored by Étienne Mollier on 16 June 2021, 18:48:17 UTC, committed by Étienne Mollier on 16 June 2021, 18:48:17 UTC
using uint64_t should probably be both more concise and less ambiguous
than any of size_t or unsigned long long.
1 parent 8605752
Raw File
Tip revision: d41be49591697caacfdad5e0f7d7c62ecf3de846 authored by Étienne Mollier on 16 June 2021, 18:48:17 UTC
hm, sounds like lines went too long
Tip revision: d41be49
.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