Revision 4c076195e5ba9999a37bbabb403f8a3585e62218 authored by Christophe Prud'homme on 19 November 2022, 06:54:55 UTC, committed by Christophe Prud'homme on 19 November 2022, 06:54:55 UTC
start work on add support for specx #2009
1 parent cd7f73e
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