WS-2021.1 <martin@LFE-LNX-00274 Update editor.xml Create duplicatesDetector.xml

This commit is contained in:
Martin Donnelly 2021-04-07 15:24:22 +01:00
parent 7b219f6ff4
commit fcfe5a64ce
2 changed files with 25 additions and 0 deletions

9
duplicatesDetector.xml Normal file
View File

@ -0,0 +1,9 @@
<application>
<component name="DuplicatesDetector">
<entry key="JavaScript">
<language>
<option name="anonymizeFunctions" value="true" />
</language>
</entry>
</component>
</application>

View File

@ -2,6 +2,8 @@
<component name="DefaultFont"> <component name="DefaultFont">
<option name="FONT_SIZE" value="15" /> <option name="FONT_SIZE" value="15" />
<option name="FONT_FAMILY" value="Fira Code" /> <option name="FONT_FAMILY" value="Fira Code" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
</component> </component>
<component name="EditorSettings"> <component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="Whole" /> <option name="STRIP_TRAILING_SPACES" value="Whole" />
@ -9,6 +11,20 @@
</component> </component>
<component name="InlayHintsSettings"> <component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="parameter.hints.old" /> <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>
<component name="TodoConfiguration"> <component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" /> <pattern pattern="\btodo\b.*" />