chore: 开启 file-scope 命名空间
This commit is contained in:
parent
a395512a24
commit
7fdef045ca
|
@ -123,6 +123,7 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
||||||
# Wrapping preferences
|
# Wrapping preferences
|
||||||
csharp_preserve_single_line_statements = true
|
csharp_preserve_single_line_statements = true
|
||||||
csharp_preserve_single_line_blocks = true
|
csharp_preserve_single_line_blocks = true
|
||||||
|
csharp_style_namespace_declarations=file_scoped:silent
|
||||||
###############################
|
###############################
|
||||||
# VB Coding Conventions #
|
# VB Coding Conventions #
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in New Issue