mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 06:36:26 +00:00
allow var usage
This commit is contained in:
parent
c5485a7183
commit
f6513bcbb9
@ -35,4 +35,9 @@ dotnet_style_qualification_for_event = false:warning
|
|||||||
csharp_prefer_braces = true:warning
|
csharp_prefer_braces = true:warning
|
||||||
csharp_prefer_simple_using_statement = true:warning
|
csharp_prefer_simple_using_statement = true:warning
|
||||||
|
|
||||||
|
# Allow var
|
||||||
|
csharp_style_var_for_built_in_types = true
|
||||||
|
csharp_style_var_when_type_is_apparent = true
|
||||||
|
csharp_style_var_elsewhere = true
|
||||||
|
|
||||||
# Custom disabled
|
# Custom disabled
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"enableAnalyzersSupport": true
|
"enableAnalyzersSupport": true
|
||||||
},
|
},
|
||||||
"FormattingOptions": {
|
"FormattingOptions": {
|
||||||
"enableEditorConfigSupport": true
|
"enableEditorConfigSupport": true,
|
||||||
|
"OrganizeImports": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user