chore: 开启 file-scope 命名空间

This commit is contained in:
Argo-Tianyi 2021-12-23 22:15:21 +08:00
parent a395512a24
commit 7fdef045ca
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
# Wrapping preferences
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true
csharp_style_namespace_declarations=file_scoped:silent
###############################
# VB Coding Conventions #
###############################