1
0
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:
Andreas Möller
2022-07-18 14:27:11 +02:00
committed by GitHub
parent 2a01e8d922
commit 18576e3dad

View File

@@ -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