Browse Source

CL-2022.3.2 <theoryofnekomata@CIPANGU.local Update ide.general.xml, filetypes.xml

master
TheoryOfNekomata 1 year ago
parent
commit
6e0c130d4e
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      filetypes.xml
  2. +4
    -0
      ide.general.xml

+ 1
- 1
filetypes.xml View File

@@ -4,6 +4,7 @@
<mapping pattern="configure" type="AUTO_DETECTED" />
<mapping pattern="cucumber-js" type="AUTO_DETECTED" />
<mapping ext="babelrc" type="JSON" />
<mapping ext="sequelizerc" type="JavaScript" />
<mapping pattern=".gitmessage" type="PLAIN_TEXT" />
<mapping pattern="LICENSE" type="PLAIN_TEXT" />
<mapping pattern=".nvmrc" type="PLAIN_TEXT" />
@@ -21,7 +22,6 @@
<removed_mapping pattern=".sequelizerc" approved="true" type="JSON" />
<mapping ext="gradle.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="sequelizerc" type="JavaScript" />
</extensionMap>
</component>
</application>

+ 4
- 0
ide.general.xml View File

@@ -7,6 +7,10 @@
<entry key="ide.balloon.shadow.size" value="0" />
<entry key="ide.experimental.ui" value="true" />
<entry key="debugger.new.tool.window.layout" value="true" />
<entry key="ide.editor.tab.selection.animation" value="true" />
<entry key="ide.new.editor.tabs.vertical.borders" value="true" />
<entry key="editor.focus.mode.color.light" value="444444" />
<entry key="editor.focus.mode.color.dark" value="444444" />
</component>
<component name="StatusBar">
<option name="widgets">


Loading…
Cancel
Save