UPD: editorconfig

This commit is contained in:
Tony Air 2021-10-15 05:09:27 +02:00
parent 6ab0448fbb
commit f7daf87039
1 changed files with 5 additions and 0 deletions

View File

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