IntellijSettings-HIGH/editor.xml

26 lines
930 B
XML
Raw Permalink Normal View History

<application>
<component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" />
<settingsMapElement>
<JavaScript.js.type.hints>
<Settings>
<option name="showForFunctions" value="true" />
<option name="showForVariablesAndFields" value="true" />
</Settings>
</JavaScript.js.type.hints>
<TypeScript.ts.type.hints>
<Settings>
<option name="showForFunctions" value="true" />
<option name="showForShorthandFunctions" value="true" />
</Settings>
</TypeScript.ts.type.hints>
</settingsMapElement>
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
</component>
</application>