-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option for number of spaces as indentation #47
Comments
Thanks for your comment. I'll think of adding this option. |
It looks like I am in the wrong place, but since we are at this topic: How about allowing TAB for indention? |
Thanks for your comment. I think it would be nice if we could add an option that specifies the indent rule (2 spaces, 4 spaces or tab) to the Options struct. |
I'll try to look into this. The fix should be applied somewhere around here in line.go |
YES. Tabs, pls!!! :} Just like go, and just like a lot of sane code... :} |
Current indentation rule is 2 spaces.
It would be better if there is an option to set this to to other values like 4 spaces. It is cumbersome to change the space tabbing everytime I edit an Ace file since almost everything else I work on use 4 spaces.
The text was updated successfully, but these errors were encountered: