-
Notifications
You must be signed in to change notification settings - Fork 4
/
.clang-format
24 lines (23 loc) · 1.1 KB
/
.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
# Copyright (C) 2023 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -2
AlignConsecutiveMacros: true
AlignEscapedNewlines: Right
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AlwaysBreakBeforeMultilineStrings: true
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
BreakBeforeBraces: WebKit
ColumnLimit: 100
Cpp11BracedListStyle: true
DerivePointerAlignment: false
PointerAlignment: Right
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
SortIncludes: false
SpaceAfterCStyleCast: true