Skip to content

Instantly share code, notes, and snippets.

@masak
Created April 7, 2009 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/91160 to your computer and use it in GitHub Desktop.
Save masak/91160 to your computer and use it in GitHub Desktop.
r9505 | carl_masak | 2009-03-30 18:27:31 +0200 (Mon, 30 Mar 2009) | 7 lines
[ScriptingConsoleView] fixed #566
Turns out we don't want to eat spaces as aggressively as we have done so far;
it screws up indentation. New rule is to eat only one space, and only when
it contributed to the breaking of a line. This matters so that we won't loop
infinitely; see added comment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment