mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
style patterns
This commit is contained in:
@@ -37,6 +37,10 @@ dotnet_diagnostic.S3236.severity = none
|
||||
dotnet_diagnostic.MA0046.severity = none
|
||||
dotnet_diagnostic.MA0003.severity = suggestion
|
||||
|
||||
# Require curly braces on control structures
|
||||
csharp_prefer_braces = true:warning
|
||||
dotnet_diagnostic.IDE0011.severity = warning
|
||||
|
||||
csharp_style_var_for_built_in_types = false:silent
|
||||
csharp_style_var_when_type_is_apparent = true:suggestion
|
||||
csharp_style_var_elsewhere = false:silent
|
||||
|
||||
Reference in New Issue
Block a user