Configure editor for `.env` files

This commit is contained in:
Krzysztof Sikorski 2024-02-01 23:44:29 +01:00
parent a1c89a5167
commit be8a499e17
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ max_line_length = unset
max_line_length = unset
indent_style = tab
[/website/.env*]
indent_style = unset
indent_size = unset
max_line_length = unset
[/website/bin/console]
indent_size = 4
max_line_length = 120