PY-2017.3.2 <Brad@Libra Create filetypes.xml, Default.xml, debugger.xml

This commit is contained in:
bradstein 2018-02-07 23:37:13 -06:00
parent 410aa3a8df
commit b8f1be97ee
3 changed files with 19 additions and 0 deletions

1
codestyles/Default.xml Normal file
View File

@ -0,0 +1 @@
<code_scheme name="Default" version="173" />

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>

5
filetypes.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="FileTypeManager" version="17">
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
</component>
</application>