Skip to content

Enhancement: Set charset for all files to UTF-8 #620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
root = true

[*]
charset = utf-8
insert_final_newline = true

[*.yaml]
charset = utf-8
indent_size = 2
indent_style = space
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Still using mixed indentation in PHP files, but could be easily fixed after merging #559 and enabling the indentation_type fixer.

trim_trailing_whitespace = true

[Makefile]
charset = utf-8
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true