Skip to content

Feature/update editorconfig2#36

Merged
kochounoyume merged 4 commits intomainfrom
feature/update-editorconfig2
Aug 19, 2025
Merged

Feature/update editorconfig2#36
kochounoyume merged 4 commits intomainfrom
feature/update-editorconfig2

Conversation

@kochounoyume
Copy link
Member

This pull request makes a minor update to the .editorconfig file, specifically adding a ReSharper (JetBrains Rider) naming rule configuration. This change ensures that the Unity serialized field naming rule is not imported into ReSharper, which can help maintain consistent naming conventions across different development tools.

Configuration changes:

  • Added dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = False to prevent importing the Unity serialized field naming rule into ReSharper.

@kochounoyume kochounoyume self-assigned this Aug 19, 2025
Copilot AI review requested due to automatic review settings August 19, 2025 12:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds ReSharper-specific configuration to the .editorconfig file to prevent the Unity serialized field naming rule from being imported into JetBrains Rider/ReSharper, helping maintain consistent naming conventions across different development tools.

  • Added ReSharper configuration to exclude Unity naming rule import
  • Added comment documentation for the ReSharper configuration section

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

.editorconfig Outdated
@@ -62,6 +62,9 @@ dotnet_naming_symbols.public_members.applicable_kinds = field, property, method
dotnet_naming_symbols.public_members.applicable_accessibilities = public
dotnet_naming_style.pascal_case_underscore_style.capitalization = pascall_case
Copy link

Copilot AI Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a spelling error in 'pascall_case'. It should be 'pascal_case' (single 'l').

Suggested change
dotnet_naming_style.pascal_case_underscore_style.capitalization = pascall_case
dotnet_naming_style.pascal_case_underscore_style.capitalization = pascal_case

Copilot uses AI. Check for mistakes.
@kochounoyume kochounoyume merged commit fa7bc46 into main Aug 19, 2025
4 checks passed
@kochounoyume kochounoyume deleted the feature/update-editorconfig2 branch August 19, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants