Revision 0c5e9749d027972b6fde9ffa90d3cbeea412fea3 authored by Christophe Prud'homme on 25 February 2021, 11:08:38 UTC, committed by Christophe Prud'homme on 25 February 2021, 11:08:38 UTC
1 parent 61cf8a2
Raw File
.clang-format
BasedOnStyle: LLVM

BreakBeforeBraces: Allman
AlignTrailingComments: true
IndentWidth: 4
UseTab: Never
AlignAfterOpenBracket: true
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
NamespaceIndentation: None
ColumnLimit: 0
ReflowComments: true
SpacesInParentheses: true

back to top