Uh oh!
There was an error while loading. Please reload this page.
Enhancement: Set charset for all files to UTF-8 - #620
Conversation
| [*.yaml] | ||
| charset = utf-8 | ||
| indent_size = 2 | ||
| indent_style = space |
There was a problem hiding this comment.
Still using mixed indentation in PHP files, but could be easily fixed after merging #559 and enabling the indentation_type fixer.
Hmm, are we sure that all files are UTF-8 encoded? What about binary files (e.g. some images)? PS: well, binary files shouldn't be an issue. |
localheinz
commented
Jul 8, 2022
I am not sure.
👍 |
cmb69
left a comment
There was a problem hiding this comment.
Looks like most, if not all, files are already UTF-8 encoded, and any accidential changes should be caught when reviewing the commit, so let's merge this.
Thank you for the RP!
localheinz
commented
Jul 18, 2022
Thank you, @cmb69! |
This pull request
UTF-8Follows #554.
💁♂️ I would not mind pulling up more attributes!