Revision 46457d33d9c9e2bd4385dbf49aa366f1bdeb1f17 authored by Vladimir Nikolić on 05 January 2022, 20:47:11 UTC, committed by GitHub on 05 January 2022, 20:47:11 UTC
compatibility with 32 bit platforms
2 parent s 5fb4327 + d41be49
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