From 0594dce6d0ffacb4f9bd386b34ed9d0ed78b93cd Mon Sep 17 00:00:00 2001 From: Benjamin Blake Date: Tue, 25 Feb 2020 12:32:37 -0700 Subject: [PATCH] Updated the .editorconfig to make it more specific --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 29bc10c..fe4bfba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ # https://editorconfig.org root = true -[*] +[*.php] charset = utf-8 indent_size = 4 indent_style = space