Revision 852f964adebd850674d893452e53db0b66ecd99e authored by Karel Kubicek on 13 April 2018, 07:32:42 UTC, committed by GitHub on 13 April 2018, 07:32:42 UTC
2 parent s 71f7cdd + caca7f9
Raw File
.clang-format
---
BasedOnStyle:    LLVM
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
ContinuationIndentWidth: 4
ColumnLimit: 100
IndentWidth: 4
NamespaceIndentation: None
PointerAlignment: Right
...
back to top