SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
248 stars 68 forks source link

Clean up code style #117

Open thomthom opened 10 years ago

thomthom commented 10 years ago

Let's clean up the code to make it conform to the Style Guide: https://github.com/styleguide/ruby

This includes max 80 characters line width and making variables have verbose names instead of short abbreviations.