Revision ce71f5e64da9e71b13c2e06cf3a9427be9067311 authored by vlad0x00 on 05 January 2022, 21:24:40 UTC, committed by vlad0x00 on 05 January 2022, 21:24:40 UTC
1 parent 9b345c3
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