I am trying to force PhpStorm to encode newly created files as UTF-8, instead of Windows-1252 (which seems to be the default).
I know I can set "Project encoding" in "settings/editor/file encodings", which sets the default encoding for all newly created files in the current project.
However I'd like to set default encoding for new projects, so I will not have to change it every time I create a new project. I've searched far and wide on the internets, but with no success.
Do you guys know how to set file encoding for new projects?
Thanks in advance.