[Sublime Text] Setting to Draw Vertical Lines for Indentation

Tadashi Shigeoka ·  Sat, May 17, 2014

I learned how to configure Sublime Text2 to draw vertical lines for indentation.

"draw_indent_guides": true,
"indent_guide_options": ["draw_normal", "draw_active"]

Simply add the above settings to the JSON file that opens from [Preferences] → [Settings - User].


Reference Information

Sublime Textで今いるインデントに縦線を引く | Border/memo

That’s all from the Gemba.