You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2018. It is now read-only.
Hey, not sure if you are just hosting or also maintaining, but I have no indent guide showing up for for loops that do two-space spacing with the contents. It appears if I move to 4 spaces, but that is not the standard I am using on a project. Any chance to make it a editable setting?
The text was updated successfully, but these errors were encountered:
Check the setting (using Java as an example)
preferences --> Java --> Editor --> Typing
See what the text says as current value, e.g.
"The tab display value (currently 4)"
Change this value to '2' and it should work.
The value is retrieved from the class StyledText and the method getTabs. So changing the preference will make it work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, not sure if you are just hosting or also maintaining, but I have no indent guide showing up for for loops that do two-space spacing with the contents. It appears if I move to 4 spaces, but that is not the standard I am using on a project. Any chance to make it a editable setting?
The text was updated successfully, but these errors were encountered: