Configure editor for .env
files
This commit is contained in:
parent
a1c89a5167
commit
be8a499e17
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue