forked from nvidia-isaac/SWAGGER
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.clang-format
More file actions
21 lines (18 loc) · 895 Bytes
/
.clang-format
File metadata and controls
21 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
BasedOnStyle: Google
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Inline
# Google style doesn't specify a pointer and reference whitespace alignment: it allows both but
# recommends consistency. We chose to enforce the style for pointers and references to be on the
# left, that is to the type, with a whitespace after.
DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Preserve
SortIncludes: CaseInsensitive
AlignAfterOpenBracket: AlwaysBreak