Revision ca1df7a2229e8173a3bd0358d78029a13669fb11 authored by Christophe Prud'homme on 19 March 2024, 07:51:35 UTC, committed by GitHub on 19 March 2024, 07:51:35 UTC
1 parent 94eaab4
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