forked from NVIDIA/Ising-Decoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.style.yapf
More file actions
12 lines (12 loc) · 685 Bytes
/
.style.yapf
File metadata and controls
12 lines (12 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# ============================================================================ #
# Copyright (c) 2024 NVIDIA Corporation & Affiliates. #
# All rights reserved. #
# #
# This source code and the accompanying materials are made available under #
# the terms of the Apache License 2.0 which accompanies this distribution. #
# ============================================================================ #
[style]
based_on_style = google
dedent_closing_brackets = true
split_before_closing_bracket = true
column_limit = 100