-
Notifications
You must be signed in to change notification settings - Fork 6
/
.clang-format
22 lines (22 loc) · 1.01 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
#################################################################
# #
# Copyright (c) 2022 YottaDB LLC and/or its subsidiaries. #
# All rights reserved. #
# #
# This source code contains the intellectual property #
# of its copyright holder(s), and is made available #
# under a license. If you do not know the terms of #
# the license, please stop and do not read further. #
# #
#################################################################
UseTab: Always
IndentWidth: 8
IndentCaseLabels: false
ColumnLimit: 132
AlignEscapedNewlines: Left
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
SortIncludes: false
BreakBeforeBinaryOperators: All
# TODO: uncomment this when clang-format-11 is widely available
#AllowEnumsOnASingleLine: false