How do I apply settings in 1 project to all other projects?

Every time I bring up a new repo / project in Webstorm I have to manually go through and adjust the various lint / javascript version preferences.  Is there a way that I can take the preferences from an existing project and make them the defaults for all projects?

0
1 comment

You can adjust default settings (File | Default Settings) accordingly - default settings is a template for new projects, they are applied to newly created projects;

note that you can't import template settings into existing project. If you like to share project preferences between projects, you can version control your project files. See https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems.

0

Please sign in to leave a comment.