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

Summary: Allow change default extension for YAML files to .yaml
Product: php Reporter: gulli
Component: SymfonyAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.