Update .editorconfig to match Coding Standards
https://github.com/opencart/opencart/wiki/Coding-Standards#indentation
This commit is contained in:
parent
17d7d4774d
commit
50797cf18b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user