Where does IntelliJ IDEA store the editor font size?
Answered
I can't find where IDEA saves the user's choice of font size. It doesn't seem to be either in the project config files in the .idea directory, or the global ~/.IntelliJIdea2018.1/config directory.
Please sign in to leave a comment.
CONFIG\options\editor.xml or CONFIG\jba_config\editor.xml if JetBrains Account sync is enabled.
Where CONFIG is idea.config.path per https://intellij-support.jetbrains.com/hc/articles/206544519.
If you have this checkbox enabled, font settings will be stored in the color scheme file:
CONFIG\colors\<SCHEME>.icls
Thanks very much, I'm not sure how I didn't find that!