mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
.editorconfig: Set charset for all files to UTF-8
Closes GH-620.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.yaml]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[Makefile]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
|
||||
Reference in New Issue
Block a user