Revision b6de758035caf36254839907fb086ec3899c6f1b authored by kmnip on 25 January 2020, 07:03:34 UTC, committed by kmnip on 25 January 2020, 07:03:34 UTC
1 parent e8d401c
Raw File
.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