mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
15 lines
399 B
Text
15 lines
399 B
Text
|
|
---
|
||
|
|
# clang-format settings for the C# code
|
||
|
|
BasedOnStyle: Microsoft
|
||
|
|
|
||
|
|
BreakBeforeBraces: Custom
|
||
|
|
BraceWrapping:
|
||
|
|
AfterCaseLabel: true
|
||
|
|
BeforeWhile: true
|
||
|
|
SplitEmptyFunction: false
|
||
|
|
SplitEmptyRecord: false
|
||
|
|
# unfortunately there's no config option for handling the 'get' or 'set' of properties
|
||
|
|
|
||
|
|
IndentCaseLabels: true
|
||
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
|
SpacesInContainerLiterals: false
|