Skip to content

Commit

Permalink
feat(): centralize the .editorconfig to the root for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Feser <[email protected]>
  • Loading branch information
joefeser committed Aug 16, 2024
1 parent 80287ba commit e1afc35
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
14 changes: 13 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true

# Resharper

resharper_check_namespace_highlighting=do_not_show

resharper_csharp_accessor_owner_body=expression_body

resharper_csharp_braces_for_lock=required_for_multiline
resharper_csharp_braces_for_using=required_for_multiline
resharper_csharp_braces_for_while=required_for_multiline
Expand All @@ -185,11 +190,18 @@ resharper_csharp_braces_for_for=required_for_multiline
resharper_csharp_braces_for_fixed=required_for_multiline
resharper_csharp_braces_for_ifelse=required_for_multiline

resharper_csharp_accessor_owner_body=expression_body
resharper_inheritdoc_invalid_usage_highlighting=do_not_show

resharper_redundant_case_label_highlighting=do_not_show
resharper_redundant_anonymous_type_property_name_highlighting=do_not_show
resharper_redundant_argument_default_value_highlighting=do_not_show

resharper_unused_member_local_highlighting=do_not_show
resharper_unused_parameter_local_highlighting=do_not_show
resharper_unused_variable_highlighting=do_not_show

resharper_xUnit_1013_highlighting=do_not_show

[*.{sh,bat,ps1}]
trim_trailing_whitespace=true
insert_final_newline=true
Expand Down
3 changes: 0 additions & 3 deletions src/OpenSearch.Client/.editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions src/OpenSearch.Net/.editorconfig

This file was deleted.

6 changes: 0 additions & 6 deletions tests/Tests.ScratchPad/.editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions tests/Tests/.editorconfig

This file was deleted.

0 comments on commit e1afc35

Please sign in to comment.