Skip to content

Commit

Permalink
chore: tweak .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Oct 23, 2023
1 parent 802fddb commit c17d773
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,24 @@ csharp_preserve_single_line_statements = false
# undocumented
dotnet_style_operator_placement_when_wrapping = beginning_of_line

# ReSharper properties
resharper_csharp_empty_block_style = together_same_line

# CSharpierとの互換設定ここまで
# -----------------------------------------------------

# 以下、個人的な設定

# ReSharper properties
resharper_braces_redundant = false

# ReSharper inspection severities
resharper_arguments_style_named_expression_highlighting = none
resharper_remove_redundant_braces_highlighting = none

# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0011
csharp_prefer_braces = true

[*.asmdef]
end_of_line = crlf
insert_final_newline = unset
Expand Down

0 comments on commit c17d773

Please sign in to comment.