Skip to content

Commit

Permalink
Sublime Text doesn't like the comma here
Browse files Browse the repository at this point in the history
Sublime Text 2 will pop up an error on installing with Package Control, because the comma is followed by a closing bracket. Removing it should fix it!
  • Loading branch information
theVDude authored Nov 18, 2016
1 parent e277c35 commit ea1caa2
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 ea1caa2

Please sign in to comment.