p5.js-editor
p5.js-editor copied to clipboard
auto-format doesn't respect whitespace in lines
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
Thanks - I'll look into this.