PY-2016.1.4 <alisantang@C02RP0YSG8WM.tld Create laf.xml, keymap.xml, debugger.xml

This commit is contained in:
alisan617
2016-06-07 11:20:15 -04:00
parent 8de7c1907b
commit 1197205048
3 changed files with 23 additions and 0 deletions

5
_mac/keymap.xml Normal file
View File

@@ -0,0 +1,5 @@
<application>
<component name="KeymapManager">
<active_keymap name="Mac OS X" />
</component>
</application>

5
_mac/laf.xml Normal file
View File

@@ -0,0 +1,5 @@
<application>
<component name="LafManager">
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
</component>
</application>

13
debugger.xml Normal file
View File

@@ -0,0 +1,13 @@
<application>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
</debuggers>
</component>
</application>