mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
PY-2017.3 <Brad@Libra Create filetypes.xml, code.style.schemes.xml, databaseSettings.xml, Default.xml, debugger.xml
This commit is contained in:
parent
3d8cf58e5a
commit
411537feb5
5
code.style.schemes.xml
Normal file
5
code.style.schemes.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="CodeStyleSchemeSettings">
|
||||
<option name="CURRENT_SCHEME_NAME" />
|
||||
</component>
|
||||
</application>
|
||||
1
codestyles/Default.xml
Normal file
1
codestyles/Default.xml
Normal file
@ -0,0 +1 @@
|
||||
<code_scheme name="Default" version="173" />
|
||||
26
databaseSettings.xml
Normal file
26
databaseSettings.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<application>
|
||||
<component name="DatabaseSettings" version="2">
|
||||
<csv-formats>
|
||||
<csv-format name="Tab-separated (TSV)" id="Tab-separated (TSV)_id">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
<csv-format name="Comma-separated (CSV)" id="Comma-separated (CSV)_id">
|
||||
<data>
|
||||
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
|
||||
<quotation>
|
||||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
|
||||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
|
||||
</quotation>
|
||||
</record-format>
|
||||
</data>
|
||||
</csv-format>
|
||||
</csv-formats>
|
||||
</component>
|
||||
</application>
|
||||
13
debugger.xml
Normal file
13
debugger.xml
Normal 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
5
filetypes.xml
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user