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.

14 lines
509 B

  1. <application>
  2. <component name="EditorSettings">
  3. <option name="SHOW_BREADCRUMBS" value="false" />
  4. <option name="IS_BLOCK_CURSOR" value="true" />
  5. <option name="IS_WHITESPACES_SHOWN" value="true" />
  6. </component>
  7. <component name="JSEditorOptions">
  8. <option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
  9. </component>
  10. <component name="TodoConfiguration">
  11. <pattern pattern="\btodo\b.*" />
  12. <pattern icon="important" pattern="\bfixme\b.*" />
  13. </component>
  14. </application>