Help wantedImprovementUp-for-grabs
Description
The current format for the Cake configuration file cake.config is that of the INI file format. Its .config extension makes many text editors syntax highlight it wrong, or report errors, or as Visual Studio does, both,


I propose to either,
-
Change the name of the configuration file that Cake looks for, from
cake.configtocake.ini, or (as this would require projects with unpinned versions of Cake to rename their files after updating / bootstrapping), -
Make Cake look for both
cake.configandcake.inifiles, with preference being for the latter, and a warning being emitted if it detects the former.