Why does the default encoding for properties files revert to ISO-8859-1 when I create a new project (e.g., Java, Spring Boot), even after I change the default encoding set to UTF-8?"
Next time, when I create a new project, it will default to this.
Is there a way to change the default encoding setting for properties files?
You can set the default "Default encoding for properties files" setting in File | New Projects Setup | Settings for New Projects
.