Skip to content

Conversation

fabiocav
Copy link
Member

@fabiocav fabiocav commented Aug 12, 2025

This pull request makes a minor update to the .editorconfig file to standardize file encoding settings across the project. The main change is the addition of a charset = utf-8 (no BOM) setting for all files, replacing the previous utf-8-bom setting for code files.

I am not changing all files with this PR to avoid the churn and history mess. This will ensure the configuration is enforced as we continue to work on the repo. We can evaluate changes to other files if needed.

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

Backport PR

@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 17:55
@fabiocav fabiocav requested a review from a team as a code owner August 12, 2025 17:55
Copy link
Contributor

@Copilot 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 updates the .editorconfig file to standardize encoding and indentation settings across the project by adding global configuration options and reorganizing the file structure.

  • Added global charset setting (utf-8) for all files
  • Added global indent_style setting (space) for all files
  • Moved C# specific rules under a dedicated [*.cs] section

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants