mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
* refactor: migrate from protobuf to simple-protobuf * update go.mod * fix server * Update gRPC.cpp * Update gRPC.cpp
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
---
|
|
AccessModifierOffset: '-4'
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'false'
|
|
AlignOperands: 'false'
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
AllowShortCaseLabelsOnASingleLine: 'false'
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: 'false'
|
|
AllowShortLoopsOnASingleLine: 'false'
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: 'true'
|
|
BinPackArguments: 'true'
|
|
BinPackParameters: 'true'
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializersBeforeComma: 'true'
|
|
ColumnLimit: 100
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
Cpp11BracedListStyle: 'false'
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
NamespaceIndentation: None
|
|
PointerAlignment: Middle
|
|
SortIncludes: 'true'
|
|
SpaceAfterCStyleCast: 'true'
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
SpaceBeforeParens: Never
|
|
SpaceInEmptyParentheses: 'true'
|
|
SpacesBeforeTrailingComments: '0'
|
|
SpacesInAngles: 'true'
|
|
SpacesInCStyleCastParentheses: 'true'
|
|
SpacesInContainerLiterals: 'true'
|
|
SpacesInParentheses: 'true'
|
|
SpacesInSquareBrackets: 'true'
|
|
Standard: Cpp11
|
|
TabWidth: '4'
|
|
UseTab: Never
|
|
...
|
|
Language: Proto
|
|
IndentWidth: '4'
|
|
|
|
...
|
|
|