Adapt .editorconfig for PHPStorm

pull/12850/head
Philipp 2023-02-27 19:51:04 +01:00
rodzic 4be9c180d5
commit d2b3cc515f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

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