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.

9 lines
298 B

  1. <application>
  2. <component name="JSEditorOptions">
  3. <option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
  4. </component>
  5. <component name="TodoConfiguration">
  6. <pattern pattern="\btodo\b.*" />
  7. <pattern icon="important" pattern="\bfixme\b.*" />
  8. </component>
  9. </application>