Skip to content

Commit

Permalink
IU-2016.2.4 <kawei@ssd Create filetypes.xml, databaseSettings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kawei committed Sep 22, 2016
1 parent f0517f9 commit c2301bc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
26 changes: 26 additions & 0 deletions databaseSettings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<application>
<component name="DatabaseSettings">
<csv-formats>
<csv-format name="Tab-separated (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 (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>
8 changes: 8 additions & 0 deletions filetypes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping pattern=".gitignor.git" type="PLAIN_TEXT" />
<mapping pattern=".gitignor" type="PLAIN_TEXT" />
</extensionMap>
</component>
</application>

0 comments on commit c2301bc

Please sign in to comment.