Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovypg committed Sep 30, 2024
1 parent 4b4c6b4 commit df33e3b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

[*.cs]
csharp_style_namespace_declarations = file_scoped:warning

# CA1303: Do not pass literals as localized parameters
[*.cs]
dotnet_diagnostic.CA1303.severity = none

# CA1707: Identifiers should not contain underscores
[*.Tests/**/*.cs]
dotnet_diagnostic.CA1707.severity = none
csharp_style_namespace_declarations = file_scoped:warning

0 comments on commit df33e3b

Please sign in to comment.