Compare commits
No commits in common. "162ffa6c2a6c0316751d47044159e7cda23e7eed" and "8f1550ab6a9e1b139935e433dfd593f3070027b5" have entirely different histories.
162ffa6c2a
...
8f1550ab6a
11
editor.xml
11
editor.xml
@ -1,15 +1,4 @@
|
||||
<application>
|
||||
<component name="DeclarativeInlayHintsSettings">
|
||||
<option name="providerIdToEnabled">
|
||||
<map>
|
||||
<entry key="js.chain.hints" value="true" />
|
||||
<entry key="js.type.hints" value="true" />
|
||||
<entry key="ts.chain.hints" value="true" />
|
||||
<entry key="ts.enum.hints" value="true" />
|
||||
<entry key="ts.type.hints" value="true" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="EditorSettings">
|
||||
<option name="IS_ENSURE_NEWLINE_AT_EOF" value="true" />
|
||||
</component>
|
||||
|
6
find.xml
6
find.xml
@ -1,8 +1,8 @@
|
||||
<application>
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="Directory '…/src'" />
|
||||
<option name="defaultScopeName" value="Directory '…/src'" />
|
||||
<option name="SEARCH_SCOPE" value="Directory '…/src'" />
|
||||
<option name="customScope" value="All Places" />
|
||||
<option name="defaultScopeName" value="All Places" />
|
||||
<option name="SEARCH_SCOPE" value="All Places" />
|
||||
<mask>*.xml</mask>
|
||||
<mask>*.css</mask>
|
||||
<mask>*.shtml</mask>
|
||||
|
@ -24,40 +24,4 @@
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyno" value="@apiBody {Number} [$NAME$] $END$" description="ApiBody Number Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyn" value="@apiBody {Number} $NAME$ $END$" description="ApiBody Number Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyso" value="@apiBody {String} [$NAME$] $END$" description="ApiBody String Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodys" value="@apiBody {String} $NAME$ $END$" description="ApiBody String Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodybo" value="@apiBody {Boolean} [$NAME$] $END$" description="ApiBody Boolean Optional" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="@apibodyb" value="@apiBody {Boolean} $NAME$ $END$" description="ApiBody Boolean Required" toReformat="true" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
Loading…
Reference in New Issue
Block a user