How can I set properties files encoding globally?

已回答

IntelliJ uses `ISO-8859-1` for property files by default, but I would like to change that to `UTF-8`. I can change that through `Editor > File Encoding`, but that only changes for the current project and not for the other over 100 repos I manage in the same situation.

Is there any way to change this setting globally, or any way to globally change the defaults for project specific configs in general? (this would be useful for changing other configs that are less frustrating but nice to haves like downloading documentation through maven)

Thanks

0

请先登录再写评论。