Compare commits
3 Commits
1e51d528be
...
0a8ee0ad6e
Author | SHA1 | Date | |
---|---|---|---|
0a8ee0ad6e | |||
be5bbbc6e4 | |||
c9b4c96a20 |
36
csvSettings.xml
Normal file
36
csvSettings.xml
Normal file
|
@ -0,0 +1,36 @@
|
|||
<application>
|
||||
<component name="CsvSettings" version="1">
|
||||
<csv-formats>
|
||||
<csv-format name="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-format name="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="管道分隔" id="Pipe-separated_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>
|
|
@ -2,8 +2,6 @@
|
|||
<component name="FileTypeManager" version="18">
|
||||
<extensionMap>
|
||||
<mapping ext="pem" type="PLAIN_TEXT" />
|
||||
<removed_mapping ext="dockerignore" approved="true" type="DockerIgnore file" />
|
||||
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
|
||||
</extensionMap>
|
||||
</component>
|
||||
</application>
|
|
@ -1,5 +1,6 @@
|
|||
<application>
|
||||
<component name="GeneralSettings">
|
||||
<option name="showTipsOnStartup" value="true" />
|
||||
<option name="confirmOpenNewProject2" value="0" />
|
||||
</component>
|
||||
<component name="Registry">
|
||||
|
|
Loading…
Reference in New Issue
Block a user