Revision cd04cf91c17fc737b9fbb403986afc56c526a64f authored by Vincent Chabannes on 26 June 2024, 10:22:15 UTC, committed by Vincent Chabannes on 26 June 2024, 10:22:15 UTC
1 parent f72f716
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