Revision b0bf04fc6a74c5e7adeecc00ed739a6d213039ad authored by Thomas Saigre on 20 June 2023, 11:09:03 UTC, committed by GitHub on 20 June 2023, 11:09:03 UTC
2 parent s a7ebd66 + fb0cd93
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