• zea
    link
    fedilink
    177 months ago

    Also, a lot of editors won’t unindent on backspace of spaces indentation, so I end up messing up the indentation with a 3/4 indent

    • @expr
      link
      37 months ago

      That just sounds like a shitty editor, tbh. Pretty basic functionality.

    • @coloredgrayscale
      link
      -37 months ago

      Autoformatter should fix that, unless you use python. (but even then they might fix it to the closest proper indentation level)

      • Traister101
        link
        fedilink
        97 months ago

        Sometimes. I love auto formatting, I spam the shit out of it more than I spam save but it’s definitely not perfect. It gets real confused with inconsistent indention like that. Especially with Python it’ll fuckup

      • @[email protected]
        link
        fedilink
        English
        67 months ago

        Yeah you need an auto formatter, which is worse than not needing it. Also yes its terrible in python like languages