I'm adding a new Project on Intellij using Spring Initialzr. So when my project is created, I have the application file already created. But it has the ".properties" extension and I prefer the YAML format.
Is there any way to configure Intellij to create this files using ".yml" or ".yaml" by default?
I know that I can just go and change the extension, but it's be awesome if I can configure that.