Skip to content

Commit

Permalink
Merge pull request #38 from theVDude/patch-1
Browse files Browse the repository at this point in the history
Sublime Text doesn't like the comma here
  • Loading branch information
wadetb authored Nov 18, 2016
2 parents e277c35 + ea1caa2 commit 1b76b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdvancedCSV.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"delimiter_mapping": {
"*.csv": ",",
"*.psv": "|",
"*.tsv": "\t",
"*.tsv": "\t"
},
"delimiter": ",",
"auto_quote": true
Expand Down

0 comments on commit 1b76b86

Please sign in to comment.