I use space indent only and noticed that indents are only drawn if there’s {bracket} or if statement.
Is it possible to draw all lines base on space indent?
My settings:
“draw_indent_guides”: true,
“smart_indent”: false,
“indent_to_bracket”: false,
“indent_guide_options”: “draw_active”,
“tab_size”: 5
“auto_indent”: true,
“detect_indentation”: false,