From f7daf87039e6c8a3ff31c4a4c1cf86c6e54883ec Mon Sep 17 00:00:00 2001 From: Tony Air Date: Fri, 15 Oct 2021 05:09:27 +0200 Subject: [PATCH] UPD: editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index d0c8965..e38d469 100755 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,11 @@ trim_trailing_whitespace = false indent_size = 2 indent_style = space + +[*.php] +indent_size = 4 +indent_style = tab + [{.travis.yml,package.json}] # The indent size used in the `package.json` file cannot be changed # https://github.com/npm/npm/pull/3180#issuecomment-16336516