Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Vim mode - spaces vs tabs indentation
I'm having a problem with the code editor when I select to use Vim mode. It ends up mixing tabs with spaces which when doing python, ends up making the code un-runnable. Is there a setting I'm missing that would allow for the automatic conversion of tabs => spaces so I can avoid this issue?
Vim mode with Python mixes tabs & spaces
Anyone else notice that Vim mode when working with Python has an issue with mixing tabs and spaces?
(thereby making nearly useless, since having spaces mixed with tabs means you can't really run the code. you end up having to manually covert tabs <=> spaces before trying to run, which is really annoying)