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
I have started using the nim programming language for a school project. One quirk of the language is it requires spaces and does not allow tabs. I prefer hard tabs so I can change the length of all of my tabs whenever I feel like it. Therefore, I like to keep track of my spaces to not confuse them with tabs, so I disable Atomic Soft Tabs (it runs over 4 spaces like they're a tab if your tab length is 4). But with something like nim I'd like to run over my tab length like they're a tab.
I think this would be a really useful feature for other people that have to switch between using hard tabs and soft tabs as well.
tl;dr is it possible to add atomic soft tabs to the settings this package supports?
The text was updated successfully, but these errors were encountered:
I have started using the nim programming language for a school project. One quirk of the language is it requires spaces and does not allow tabs. I prefer hard tabs so I can change the length of all of my tabs whenever I feel like it. Therefore, I like to keep track of my spaces to not confuse them with tabs, so I disable Atomic Soft Tabs (it runs over 4 spaces like they're a tab if your tab length is 4). But with something like nim I'd like to run over my tab length like they're a tab.
I think this would be a really useful feature for other people that have to switch between using hard tabs and soft tabs as well.
tl;dr is it possible to add atomic soft tabs to the settings this package supports?
The text was updated successfully, but these errors were encountered: