Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Jun 1, 2023
1 parent 3d184e7 commit d01f22f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Full rule list: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options
[*]
trim_trailing_whitespace = true

[*.{csproj,props,config,yml,xml}]

[*.{csproj,props,targets,config,yml,xml}]
indent_style = space
indent_size = 2

[*.cs]

# Organize usings
dotnet_sort_system_directives_first = false

Expand Down Expand Up @@ -39,4 +39,4 @@ csharp_style_namespace_declarations = file_scoped:warning
dotnet_remove_unnecessary_suppression_exclusions = suggestion

# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = suggestion
dotnet_diagnostic.CA1822.severity = suggestion

0 comments on commit d01f22f

Please sign in to comment.