Compare commits
11 Commits
d20d8e5cdb
...
00e7bf7828
Author | SHA1 | Date | |
---|---|---|---|
|
00e7bf7828 | ||
|
40583adab6 | ||
|
b836787126 | ||
|
f6769bec77 | ||
|
1fe3223fe4 | ||
|
5fb6668394 | ||
|
cf3837c498 | ||
|
0c11529be6 | ||
|
c0050dc568 | ||
|
14c91e800b | ||
|
79e8d62073 |
16
duplocatorSettings.xml
Normal file
16
duplocatorSettings.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<application>
|
||||
<component name="DuplocatorSettings">
|
||||
<option name="SELECTED_PROFILES">
|
||||
<set>
|
||||
<option value="TypeScript" />
|
||||
</set>
|
||||
</option>
|
||||
<option name="LAST_SELECTED_LANGUAGE" value="TypeScript" />
|
||||
</component>
|
||||
<component name="MultiLanguageDuplocatorSettings">
|
||||
<object language="TypeScript">
|
||||
<option name="DISTINGUISH_FUNCTIONS" value="false" />
|
||||
<option name="DISTINGUISH_LITERALS" value="false" />
|
||||
</object>
|
||||
</component>
|
||||
</application>
|
@ -1,11 +0,0 @@
|
||||
<application>
|
||||
<component name="RemoteServers">
|
||||
<remote-server name="Docker" type="docker">
|
||||
<configuration>
|
||||
<option name="apiUrl" value="unix:///var/run/docker.sock" />
|
||||
<option name="certificatesPath" />
|
||||
<option name="customConfiguratorId" value="DockerDefaultConnectionConfigurator" />
|
||||
</configuration>
|
||||
</remote-server>
|
||||
</component>
|
||||
</application>
|
7
sonarlint.xml
Normal file
7
sonarlint.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<application>
|
||||
<component name="SonarLintGlobalSettings">
|
||||
<option name="nodejsPath" value="$USER_HOME$/.nvm/versions/node/v14.21.2/bin/node" />
|
||||
<option name="secretsNeverBeenAnalysed" value="false" />
|
||||
<rules />
|
||||
</component>
|
||||
</application>
|
@ -2,8 +2,17 @@
|
||||
<component name="StringManipulationState">
|
||||
<option name="lastAction">
|
||||
<UniversalActionModel>
|
||||
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" />
|
||||
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.ToCamelCaseAction" />
|
||||
</UniversalActionModel>
|
||||
</option>
|
||||
<option name="sortSettingsMap">
|
||||
<map>
|
||||
<entry key="SortAction">
|
||||
<value>
|
||||
<SortSettings />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</application>
|
@ -5,8 +5,9 @@
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="paramn" value="{ 'name': '$NAME$', 'type': TYPES.Int, 'value': data.$NAME$, }$END$" description="" toReformat="false" toShortenFQNames="true">
|
||||
<template name="paramn" value="{ 'name': '$NAME$', 'type': TYPES.Int, 'value': $OBJECT$.$NAME$, }$END$" description="" toReformat="false" toShortenFQNames="true">
|
||||
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />
|
||||
<variable name="OBJECT" expression="jsSuggestVariableName()" defaultValue="data" alwaysStopAt="true" />
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
|
5
ui.lnf.xml
Normal file
5
ui.lnf.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="UISettings">
|
||||
<option name="SHOW_MAIN_TOOLBAR" value="true" />
|
||||
</component>
|
||||
</application>
|
Loading…
Reference in New Issue
Block a user