quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Fix up whitespace and typos #234

Closed jlapeyre closed 4 years ago

jlapeyre commented 4 years ago

Normally yes but I have a newer laptop new eemax installation so it's not all tweaked up. I just noticed some stuff browsing the code.

jlapeyre commented 4 years ago

But I don't actually use white space mode that's too much. Just one of the modes that shows trailing whitespace

appleby commented 4 years ago

But I don't actually use white space mode that's too much. Just one of the modes that shows trailing whitespace

You can configure whitespace-mode to only show the types of whitespace you care about. Something like (setq whitespace-style '(face trailing)) would only highlight trailing spaces.

stylewarning commented 4 years ago

Grazie!