This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270377 - Allow change default extension for YAML files to .yaml
Summary: Allow change default extension for YAML files to .yaml
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-12 12:05 UTC by gulli
Modified: 2017-04-12 12:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gulli 2017-04-12 12:05:34 UTC
The default extension for YAML files is .yml which isn't according to the official YAML FAQ:
http://www.yaml.org/faq.html

Now Symfony is going to use .yaml as the default and preferred extension as of Symfony 4:
http://fabien.potencier.org/symfony4-directory-structure.html - see under "Configuration under etc/"

In general it would be good to be able to change the default extension for any file type since that the Netbeans default may not always be the correct choice for some projects.