p5.js-editor icon indicating copy to clipboard operation
p5.js-editor copied to clipboard

auto-format doesn't respect whitespace in lines

Open tigoe opened this issue 10 years ago • 1 comments

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

tigoe avatar Oct 04 '15 17:10 tigoe

Thanks - I'll look into this.

antiboredom avatar Oct 04 '15 18:10 antiboredom