Unverified Commit 5798dee3 authored by Thomas Smith's avatar Thomas Smith Committed by GitHub

Merge pull request #7071 from ilyakam/master

Add RemoveDuplicateLines Plugin
parents 2075b35e f8715f67
...@@ -1061,6 +1061,17 @@ ...@@ -1061,6 +1061,17 @@
} }
] ]
}, },
{
"name": "RemoveDuplicateLines",
"details": "https://github.com/ilyakam/RemoveDuplicateLines",
"labels": ["remove duplicates", "delete duplicates", "dedup"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "RemoveLineBreaks", "name": "RemoveLineBreaks",
"details": "https://github.com/fsaad/Sublime-RemoveLineBreaks", "details": "https://github.com/fsaad/Sublime-RemoveLineBreaks",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment