29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00

Use tabs for non php files in editorconfig (#38186)

This commit is contained in:
Harald Leithner 2022-06-30 09:58:46 +02:00 committed by GitHub
parent ccea8d2fa4
commit 6a80093ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,16 @@ root = true
# Unix-style end of lines and a blank line at the end of the file
[*]
indent_style = space
indent_size = 4
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_style = space
indent_size = 4
[*.{js,json,scss,css,vue}]
indent_style = space
indent_size = 2