-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IU-2016.2.4 <kawei@ssd Create filetypes.xml, databaseSettings.xml
- Loading branch information
kawei
committed
Sep 22, 2016
1 parent
f0517f9
commit c2301bc
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="	" recordSeparator=" "> | ||
<quotation> | ||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" /> | ||
<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=" "> | ||
<quotation> | ||
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" /> | ||
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" /> | ||
</quotation> | ||
</record-format> | ||
</data> | ||
</csv-format> | ||
</csv-formats> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |