My settings for JetBrains IDEs
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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