Updated the .editorconfig to make it more specific

This commit is contained in:
Benjamin Blake
2020-02-25 12:32:37 -07:00
parent 36b06aef96
commit 0594dce6d0

View File

@ -1,7 +1,7 @@
# https://editorconfig.org # https://editorconfig.org
root = true root = true
[*] [*.php]
charset = utf-8 charset = utf-8
indent_size = 4 indent_size = 4
indent_style = space indent_style = space