conroylau / lpinfer

lpinfer: An R Package for Inference in Linear Programs
GNU General Public License v3.0
3 stars 5 forks source link

Remove all trailing whitespace by default #29

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

This helps with version control. and general cleanliness You can usually set your editor/IDE to do this on save.

conroylau commented 4 years ago

Done! I have removed the trailing whitespace for all codes. I have turned on the option to remove the trailing white space on default when I was using RStudio, but I realize that it is not working, so I switched to another editor which now removes the trailing whitespace when I save by default now!

a-torgovitsky commented 4 years ago

I usually use vim with the nvim-r plugin for R, but I just tried Rstudio and it worked for me. Maybe you should post a bug report for them?

conroylau commented 4 years ago

I see. Sure, I am going to post a bug report for them.