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.

79 lines
3.1 KiB

  1. <application>
  2. <component name="CodeInsightSettings">
  3. <option name="AUTOINSERT_PAIR_BRACKET" value="false" />
  4. </component>
  5. <component name="DefaultFont">
  6. <option name="FONT_SIZE" value="12" />
  7. <option name="FONT_FAMILY" value="mononoki" />
  8. <option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
  9. <option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
  10. <option name="LINE_SPACING" value="0.9" />
  11. </component>
  12. <component name="EditorSettings">
  13. <option name="languageBreadcrumbsMap">
  14. <map>
  15. <entry key="CSS" value="true" />
  16. <entry key="HOCON" value="true" />
  17. <entry key="HTML" value="true" />
  18. <entry key="JSON" value="true" />
  19. <entry key="Jade" value="true" />
  20. <entry key="JavaScript" value="true" />
  21. <entry key="LESS" value="true" />
  22. <entry key="SASS" value="true" />
  23. <entry key="SCSS" value="true" />
  24. <entry key="TypeScript" value="true" />
  25. <entry key="XHTML" value="true" />
  26. <entry key="XML" value="true" />
  27. <entry key="yaml" value="true" />
  28. <entry key="yamlEx" value="true" />
  29. </map>
  30. </option>
  31. <option name="USE_SOFT_WRAPS" value="PREVIEW" />
  32. <option name="STRIP_TRAILING_SPACES" value="Whole" />
  33. <option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
  34. <option name="CARET_BLINKING_PERIOD" value="250" />
  35. <option name="ARE_GUTTER_ICONS_SHOWN" value="false" />
  36. <option name="SHOW_BREADCRUMBS" value="false" />
  37. <option name="IS_BLOCK_CURSOR" value="true" />
  38. <option name="IS_WHITESPACES_SHOWN" value="true" />
  39. <option name="ADDITIONAL_PAGE_AT_BOTTOM" value="true" />
  40. </component>
  41. <component name="InlayHintsSettings">
  42. <option name="disabledHintProviderIds">
  43. <set>
  44. <option value="JavaScript.js.chain.hints" />
  45. <option value="JavaScript.js.type.hints" />
  46. <option value="JavaScript.microservices.url.path.inlay.hints" />
  47. <option value="TypeScript.ts.chain.hints" />
  48. <option value="TypeScript.ts.enum.hints" />
  49. <option value="TypeScript.ts.type.hints" />
  50. </set>
  51. </option>
  52. <option name="lastViewedProviderKeyId" value="parameter.hints.old" />
  53. <settingsMapElement>
  54. <TypeScript.ts.type.hints>
  55. <Settings>
  56. <option name="showForInferredParameters" value="false" />
  57. <option name="showForShorthandFunctions" value="true" />
  58. </Settings>
  59. </TypeScript.ts.type.hints>
  60. <JavaScript.js.type.hints>
  61. <Settings>
  62. <option name="showForFunctions" value="true" />
  63. <option name="showForShorthandFunctions" value="true" />
  64. <option name="showForVariablesAndFields" value="true" />
  65. </Settings>
  66. </JavaScript.js.type.hints>
  67. </settingsMapElement>
  68. </component>
  69. <component name="JSEditorOptions">
  70. <option name="START_STRING_INTERPOLATION_ON_TYPING" value="true" />
  71. </component>
  72. <component name="TodoConfiguration">
  73. <pattern pattern="\btodo\b.*" />
  74. <pattern icon="important" pattern="\bfixme\b.*" />
  75. </component>
  76. <component name="XmlEditorOptions">
  77. <option name="showCssInlineColorPreview" value="true" />
  78. </component>
  79. </application>