Update .editorconfig to match Coding Standards

https://github.com/opencart/opencart/wiki/Coding-Standards#indentation
This commit is contained in:
ADDCreative 2021-02-14 17:22:19 +00:00 committed by GitHub
parent 17d7d4774d
commit 50797cf18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,9 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.twig]
indent_style = space
indent_size = 2