onnxruntime

Форк
0
/
.clang-format 
24 строки · 919.0 Байт
1
---
2
# Defaults for all languages.
3
BasedOnStyle:  Google
4

5
# Setting ColumnLimit to 0 so developer choices about where to break lines are maintained.
6
# Developers are responsible for adhering to the 120 character maximum.
7
ColumnLimit:     0
8
SortIncludes: false
9
DerivePointerAlignment: false
10
# Avoid adding spaces between tokens in GSL_SUPPRESS arguments.
11
# E.g., don't change "GSL_SUPPRESS(r.11)" to "GSL_SUPPRESS(r .11)".
12
WhitespaceSensitiveMacros: ["GSL_SUPPRESS"]
13

14
# if you want to customize when working locally see https://clang.llvm.org/docs/ClangFormatStyleOptions.html for options.
15
# See ReformatSource.ps1 for a script to update all source according to the current options in this file.
16
# e.g. customizations to use Allman bracing and more indenting.
17
# AccessModifierOffset: -2
18
# BreakBeforeBraces: Allman
19
# CompactNamespaces: false
20
# IndentCaseLabels: true
21
# IndentWidth:     4
22
# NamespaceIndentation: All
23

24
...
25

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.