editor.xml 880 Bytes
Newer Older
1 2
<application>
  <component name="CodeInsightSettings">
3
    <option name="completionCaseSensitive" value="2" />
4 5 6 7 8 9 10 11 12 13 14
    <option name="COMPLETION_CASE_SENSITIVE" value="2" />
    <option name="OPTIMIZE_IMPORTS_ON_THE_FLY" value="true" />
    <option name="ADD_UNAMBIGIOUS_IMPORTS_ON_THE_FLY" value="true" />
  </component>
  <component name="DaemonCodeAnalyzerSettings" profile="Project Default">
    <option name="SHOW_METHOD_SEPARATORS" value="true" />
  </component>
  <component name="DefaultFont">
    <option name="FONT_SIZE" value="16" />
  </component>
  <component name="EditorSettings">
15
    <option name="USE_SOFT_WRAPS" value="CONSOLE" />
16 17
    <option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
  </component>
18 19 20
  <component name="InlayHintsSettings">
    <option name="lastViewedProviderKeyId" value="parameter.hints.old" />
  </component>
21
</application>