Closed perpet closed 8 years ago
No coverage report found for master at 5a40569.
Powered by Codecov. Last updated by 5a40569...c43bf79
Thank you for your contribution!
I personally do not see the point of the new option, as I see the point of using a tab character instead of spaces as indention is that it is just one character and your editor decides how to render it. I.e. the length of the line is not changed by how you decide to show tab characters in your editor.
But your patch does not change any existing behaviour and if you need this it won't hurt to have the option available. So I'm going to merge it now.
Thanks again for your contribution!
Thanks for merging!
The tabwidth argument to lll makes it possible to configure how many characters a tab should be counted as. This is useful for reporting long lines which are indented.
The default value is 1, meaning legacy behavior is kept. By setting the tabwidth, it's easy to get warnings about other tab width settings, such as 4 and 8.