Skip to content

Instantly share code, notes, and snippets.

View gowrinaidu's full-sized avatar

GowriNaidu gowrinaidu

  • www.hiddenbrains.com
  • Ahmedabad
View GitHub Profile

Ruby on Rails coding standard

{{toc}}

Code style

  • Use UTF-8. It’s 21 century, 8bit encodings dead now.
  • Use 2 space indent, not tabs
  • Use Unix-style line endings
  • Keep lines not longer than 80 chars