Ad
  • Custom User Avatar

    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?

  • Custom User Avatar

    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)