blackwinter / rb-gsl

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]
https://blackwinter.github.io/rb-gsl
Other
27 stars 7 forks source link

File indentation #11

Closed gbence closed 9 years ago

gbence commented 9 years ago

There are mixed tabs and spaces throughout the repository, that is very annoying if you are not used to it. Is there any code style / guideline regarding this?

((If not then) an included "editor config" and/or) an indentation cleanup commit would be a good idea, preferably with:

indent_style = space
indent_size = 2
blackwinter commented 9 years ago

I've cleaned up the whitespace now. After importing the original gsl gem I went through various steps of refactorings to improve the code base but style issues were only addressed as I came across them along the way. So thanks for pointing it out.