Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-18T14:27:11+02:00

Commit: 
https://github.com/php/web-php/commit/18576e3dad334d5a9dc4339e37aa4674c53b92a6
Raw diff: 
https://github.com/php/web-php/commit/18576e3dad334d5a9dc4339e37aa4674c53b92a6.diff

.editorconfig: Set charset for all files to UTF-8

Closes GH-620.

Changed paths:
  M  .editorconfig


Diff:

diff --git a/.editorconfig b/.editorconfig
index d646efd66..b6249fbb0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to