Fleet How to Turn on line length guide
Contents
If you would like to add the vertical line length guide to your Fleet Editor for example the typical 80 character one for example, here is how you can add it.
-
Open Fleet
-
Click the menu ||| horizontal lines that looks like hamburger.
-
Then Select menu File > Settings > Settings… or use shortcut Ctrl + ,
-
Scroll down and click the “Edit in settings.json” link
-
Add a line like the following to the
settings.json{ "editor.guides": [80], }
For more options of what you can add in see Fleet Settings Documentation