|
|
|
|
|
by stasm
3678 days ago
|
|
The problem with this customization is that different styles end up with different allowed character counts in a single line. For linters to work as expected you still have to hardcode the number of spaces a tab should count as in the linter's config. At which point you could just use spaces and treat indentation as part of the content—not presentation. |
|