you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 8 months ago (2 children)

This is the one thing I hate about python, because the spacing would differ between editors. I used vim to create the files on one system, and geany to edit them on another. Via uses 8 spaces in a tab (at least for me), while geany uses 4. This makes python mad, and drives me crazy. 

Also, the rules for whitespace separation between things like loops, methods, and the rest of the code is annoying/ wierd (at least to me).

  • source
  • parent
  • hideshow 4 child comments
  • [–] 15 points 8 months ago (2 children)

    Via uses 8 spaces in a tab (at least for me), while geany uses 4.

    You know that editors let you change their defaults, right?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 8 months ago*

    and that indentation defaults in decent editors are usually language dependent. I'm not familiar with these editors, but... come on - if they use one default for all files, OP should use a better tool.

  • source
  • parent