PY-2016.1.4 <alisantang@C02RP0YSG8WM.tld Create conda_packages.xml, IntelliLang.xml, web-browsers.xml, Default.xml, databaseSettings.xml, diff.xml, git.xml, other.xml, packages.xml

This commit is contained in:
alisantang
2016-06-06 17:25:00 -04:00
commit 890a7ecf4c
9 changed files with 80230 additions and 0 deletions

26
databaseSettings.xml Normal file
View File

@@ -0,0 +1,26 @@
<application>
<component name="DatabaseSettings">
<csv-formats>
<csv-format name="Tab Separated Values (TSV)">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="&#9;" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Comma Separated Values (CSV)">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>