sbg / sevenbridges-r

Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
https://sbg.github.io/sevenbridges-r/
Apache License 2.0
35 stars 14 forks source link

Remove Trailing Spaces #33

Closed nanxstats closed 8 years ago

nanxstats commented 8 years ago

This task is aimed for

  1. removing all trailing spaces and unnecessary blank lines in all relevant files, especially R files.
  2. updating the project configuration file .Rproj to make this the default setting if people contribute with RStudio.

This option is hidden in RStudio:

Single project-wise: Build - Configure build tools - Code editing - Strip trailing horizonal whitespaces when saving

Global-wise: Tools - Global options - Code - Saving - Strip trailing horizonal whitespaces when saving

nanxstats commented 8 years ago

Fixed.