Feature: allow to have different settings by filename #172966
Labels
*caused-by-extension
Issue identified to be caused by an extension
*extension-candidate
Issue identified as good extension implementation
Tasks
Use case:
I am using a plugin that sorts .json files.
It has "orderOverrideKeys" setting that allows to place certain keys at the top.
For example, you may want to place "name", "description", "keywords" above all other keys.
I am using this plugin to sort files like manifest.json (for mobile apps), composer.json (for PHP projects), and other.
Obviously, it would be much cleaner to have separate "orderOverrideKeys" list for manifest.json, composer.json, and some other json configuration files that have standard name.
The text was updated successfully, but these errors were encountered: