forked from MarvellEmbeddedProcessors/tvmdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
30 lines (29 loc) · 817 Bytes
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2023 Marvell.
---
BasedOnStyle: LLVM
IndentWidth: 8
TabWidth: 8
UseTab: Always
BreakStringLiterals : false
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: false
AlwaysBreakAfterReturnType: AllDefinitions
ColumnLimit: 100
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
BreakBeforeBraces: Linux
AllowShortBlocksOnASingleLine: false
AlignConsecutiveAssignments: false
AlignEscapedNewlines: Right
AlignConsecutiveMacros : true
MaxEmptyLinesToKeep : 1
Cpp11BracedListStyle : true
AlignTrailingComments : true
BreakBeforeTernaryOperators : false
SpacesInContainerLiterals : false
ReflowComments: true
IndentGotoLabels : false