• kakes
    link
    fedilink
    arrow-up
    1
    ·
    1 年前

    What if we did that, and then wanted to align something?

    • fidodo@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 年前

      Then you use the variable width space for code indentation, then, when you’re at the code indentation level, you’d switch to spaces for alignment. If the IDE special cased all space characters at the start of the line you wouldn’t have that flexibility. You could also easily create a linter that ensured that the variable width space always has the correct indentation level, and ignore the standard space characters after it.

      • kakes
        link
        fedilink
        arrow-up
        2
        ·
        1 年前

        You’re entirely correct. Plus, I hate the idea of changing the width of spaces for any reason lol.