ST2: vertical line after 80 characters
If you tend to write really long lines of code, you may like to add a vertical line to Sublime Text 2 after 80 characters. Put the following in your settings file.
"rulers": [80]
This is an array, so you can add as many as you want. I put this:
"rulers": [80, 90]
If I can finish a line of code between my two horizontal lines, I will (I call it living on the edge) but everything to the right is forbidden land where characters will be sent to character heaven.
Written by Willem van der Jagt
Related protips
1 Response
In order to find user settings:
"Preferences" -> "Settings - User"
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime text 2
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#