Adapt .editorconfig for PHPStorm

pull/1358/head
Philipp 2023-02-27 19:51:03 +01:00
parent 30af3b93ed
commit 4a57f968f8
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 9 additions and 1 deletions

View File

@ -6,5 +6,13 @@ root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
[composer.json]
indent_size = tab