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.

15 lines
571 B

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