Using Arduino IDE 1.6.6 2015/10/08 05:43 - type: /* - press enter key editor produces the following: ``` /* * */ ``` - Tools>Auto Format auto format changes it to: ``` /* */ ```