• fluckx@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    6 months ago

    Honestly I always preferred tabs for indentation and spaces for aligning. It doesn’t break anyone’s experience. And if somebody wants two spaces for a two-space-tab-width for indentation and other people prefer four. That will work just fine.

    I hate seeing 2 space indents. Unreadable AF ( to me ). At least this way I can easily work in the same codebase without somebody being annoyed ( except for the crying about the tabs )

    • jadero@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      Why not tabs for both indentation and alignment? (Actually, I see indentation as just a specific use of alignment.) Word processors have been doing it for decades (and typewriters for over a century!). Surely we can convince our code processors to use user-definable, fixed position tabs instead of relative position “tab = x spaces”.

      Keeping the [TAB] character in the file then allows everyone the layout they like.

      Or has working solo for 40 years fried my brain?