Reordered code style rules
To order them by their number.
This commit is contained in:
@@ -115,15 +115,15 @@ dotnet_style_predefined_type_for_locals_parameters_members = true
|
|||||||
# Show an IDE warning when default access modifiers are explicitly specified.
|
# Show an IDE warning when default access modifiers are explicitly specified.
|
||||||
dotnet_style_require_accessibility_modifiers = omit_if_default:warning
|
dotnet_style_require_accessibility_modifiers = omit_if_default:warning
|
||||||
|
|
||||||
# Raise a warning on build when default access modifiers are explicitly specified.
|
|
||||||
dotnet_diagnostic.IDE0040.severity = warning
|
|
||||||
|
|
||||||
# Don't prefer braces (for one liners).
|
# Don't prefer braces (for one liners).
|
||||||
dotnet_diagnostic.IDE0011.severity = silent
|
dotnet_diagnostic.IDE0011.severity = silent
|
||||||
|
|
||||||
# Modifiers are not ordered.
|
# Modifiers are not ordered.
|
||||||
dotnet_diagnostic.IDE0036.severity = warning
|
dotnet_diagnostic.IDE0036.severity = warning
|
||||||
|
|
||||||
|
# Raise a warning on build when default access modifiers are explicitly specified.
|
||||||
|
dotnet_diagnostic.IDE0040.severity = warning
|
||||||
|
|
||||||
# Avoid unnecessary zero-length array allocations.
|
# Avoid unnecessary zero-length array allocations.
|
||||||
dotnet_diagnostic.CA1825.severity = warning
|
dotnet_diagnostic.CA1825.severity = warning
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user