diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-25 15:24:16 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-03-25 15:43:02 +0800 |
commit | 104c6fbf0686828ed299b2a8bda1806a9b45f440 (patch) | |
tree | 34a5e50a4eda68d53e64f87e258d90a180718bc3 /.idea | |
parent | 27ab5fc3374f7e3cf57aa604978fbb9eabfcb76d (diff) | |
parent | 5a063855dbecb8f1a86ad25d9e61a9c8b63312b3 (diff) |
Merge branch 'master' into data_paralleldata_parallel
# Conflicts:
# models/model.py
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/csv-plugin.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/csv-plugin.xml b/.idea/csv-plugin.xml new file mode 100644 index 0000000..5e5cec1 --- /dev/null +++ b/.idea/csv-plugin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CsvFileAttributes"> + <option name="attributeMap"> + <map> + <entry key="/models/model.py"> + <value> + <Attribute> + <option name="separator" value="," /> + </Attribute> + </value> + </entry> + </map> + </option> + </component> +</project>
\ No newline at end of file |