mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
dotnet Namespaces Rules
This commit is contained in:
parent
fc0d88d0e6
commit
09444f846f
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ dotnet_separate_import_directive_groups = true
|
||||||
dotnet_sort_system_directives_first = true
|
dotnet_sort_system_directives_first = true
|
||||||
file_header_template = unset
|
file_header_template = unset
|
||||||
|
|
||||||
|
# Namespaces
|
||||||
|
dotnet_style_namespace_match_folder = true:suggestion
|
||||||
|
csharp_style_namespace_declarations = block_scoped:error
|
||||||
|
|
||||||
# this. and Me. preferences
|
# this. and Me. preferences
|
||||||
dotnet_style_qualification_for_event = false:silent
|
dotnet_style_qualification_for_event = false:silent
|
||||||
dotnet_style_qualification_for_field = false:silent
|
dotnet_style_qualification_for_field = false:silent
|
||||||
|
|
Loading…
Reference in a new issue