Closed ndavidpsi closed 3 years ago
IndentLine only displays the lines when the line has at least one blank space in it, is there a way to always display it?
Steps to reproduce using a C++ file: Write the following:
#include <iostream> int main() { std::cout << "hello\n"; return 0; }
If in line 5 you remove all tabs/spaces leaving no characters it doesn't display the indentation lines.
Duplicate of #275
IndentLine only displays the lines when the line has at least one blank space in it, is there a way to always display it?
Steps to reproduce using a C++ file: Write the following:
If in line 5 you remove all tabs/spaces leaving no characters it doesn't display the indentation lines.