https://github.com/bcgsc/ntCard
Raw File
Tip revision: e9ed2ce0dd1382301e3c8f6c5855e0af8bcb61a0 authored by Johnathan Wong on 25 January 2020, 00:11:36 UTC
azure: CI on macOS
Tip revision: e9ed2ce
.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