WS-2021.1 <martin@LFE-LNX-00274 Update editor.xml Create duplicatesDetector.xml
This commit is contained in:
parent
7b219f6ff4
commit
fcfe5a64ce
9
duplicatesDetector.xml
Normal file
9
duplicatesDetector.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<application>
|
||||||
|
<component name="DuplicatesDetector">
|
||||||
|
<entry key="JavaScript">
|
||||||
|
<language>
|
||||||
|
<option name="anonymizeFunctions" value="true" />
|
||||||
|
</language>
|
||||||
|
</entry>
|
||||||
|
</component>
|
||||||
|
</application>
|
16
editor.xml
16
editor.xml
@ -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.*" />
|
||||||
|
Loading…
Reference in New Issue
Block a user