indentLine icon indicating copy to clipboard operation
indentLine copied to clipboard

how to not display indenline char if there are no 4 spaces

Open spaceone opened this issue 3 years ago • 0 comments

How can I disable that the indenLine char is shown for space characters starting a new indentation level but does not fit the 4 spaces.

For example:

»   for p in parts:
»   »   i = p.find('=')
»   »i = p.find('=')

line two is correctly indented with 4 spaces, the last line is not (only one space).

spaceone avatar May 30 '22 08:05 spaceone