adelf/idea-php-dotenv-plugin

[bug]: not compatible with yaml files

Closed this issue · 2 comments

1.yaml (no any warning):

redis:
  port:

mysql:
  port:

rename 1.yaml to .env.yaml

redis:
  port:
  ~~~~ Duplicate key 

mysql:
  port:
  ~~~~ Duplicate key 
1.mp4
adelf commented

Please remove ".env.*" pattern from Preferences > Editor > File Types > .env

okey