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.

0
3 comments

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.

0

If you have this checkbox enabled, font settings will be stored in the color scheme file:

CONFIG\colors\<SCHEME>.icls

0
Avatar
Permanently deleted user

Thanks very much, I'm not sure how I didn't find that!

0

Please sign in to leave a comment.