cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Automatic indentation causes comment block to be indented #99

Open neelabhg opened 9 years ago

neelabhg commented 9 years ago

Whenever the auto indentation tries to correct an indentation anywhere in the code, the comment block at the top of the file also gets indented, which causes more "comment stars" to be added to the block:

image

The above code is from here: https://computing.llnl.gov/tutorials/pthreads/samples/hello.c