Revision 13c4a810448f2e05f4da434b38a2077d226079c5 authored by Vincent Chabannes on 17 February 2021, 13:12:20 UTC, committed by Vincent Chabannes on 17 February 2021, 13:12:20 UTC
1 parent 5bf3ef0
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