processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

auto-format doesn't respect whitespace in lines #170

Open tigoe opened 8 years ago

tigoe commented 8 years ago

When you auto-format, any whitespace in your line is eliminated, This is annoying if you write comments like this, and like them to be lined up nicely:

  serial = new p5.SerialPort(); // make a new instance of the serialport library
  serial.open(portName);        // open a serial port
antiboredom commented 8 years ago

Thanks - I'll look into this.