magwo/elevatorsaga

Turn off the code auto-formatter

Opened this issue · 1 comments

This is incredibly annoying, everytime I paste a line it tries to "fix" it, by fucking with the code I explicitly wrote. This can have comically bad effects when I'm in the middle of editing several lines and it decides to tab out a line with 88 spaces because the line before was missing a paren or something.

There should be a "auto-format" or "pretty-print" or "auto-lint" checkbox so advanced users can un-check it to stop it from breaking the code formatting.

Great Idea. To summarize all points:

  1. Current auto-formatter should be just removed. It's really annoying and kill motivation to continue writing code.
  2. Maybe some linter should be added with on/off checkbox.