tosher/Mediawiker

Automatically converting tabs to spaces/spaces to tabs on load

Closed this issue · 6 comments

The plugin should properly autodetect indents in lua modules (and css), according to the detect_indentation Sublime setting

Thanks, will check it

Please, could you describe the use-case when it not works (settings, tabs/spaces in file)?

{
	"translate_tabs_to_spaces": true,
	"detect_indentation": true,
}
local p = {}
function p.doThing()
	return 42
end
return p

I don't know how to make it fully correctly, in new version just added new option to prevent tabs translation in page's text:

https://github.com/tosher/Mediawiker/releases/tag/v3.6.11

would you mind merging that branch?

Done! :)