Commit eb47e5ca authored by Germán M. Bravo's avatar Germán M. Bravo Committed by German M. Bravo

Indentation Size Setting

This plugins adds `indent_size` setting so mixed tabs/spaces (from many old codebases) can be easily used.
parent ba10a5ea
...@@ -350,6 +350,17 @@ ...@@ -350,6 +350,17 @@
} }
] ]
}, },
{
"name": "Indentation Size Setting",
"details": "https://github.com/Kronuz/IndentSize",
"labels": ["indent", "tab", "size", "settings"],
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{ {
"name": "IndentationNavigation", "name": "IndentationNavigation",
"details": "https://github.com/shagabutdinov/sublime-indentation-navigation", "details": "https://github.com/shagabutdinov/sublime-indentation-navigation",
......
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