My settings for JetBrains IDEs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
822 B

  1. <application>
  2. <component name="ProjectManager">
  3. <defaultProject>
  4. <component name="EmacsSettings">
  5. <option name="emacsPath" value="/usr/bin/emacs" />
  6. </component>
  7. <component name="PrettierConfiguration">
  8. <option name="myRunOnSave" value="true" />
  9. <option name="myRunOnReformat" value="true" />
  10. </component>
  11. <component name="PropertiesComponent">
  12. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  13. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  14. <property name="run.prettier.on.save" value="true" />
  15. <property name="settings.editor.selected.configurable" value="preferences.fileTypes" />
  16. </component>
  17. </defaultProject>
  18. </component>
  19. </application>