Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 321 Bytes

ERB

Sample

  • When wrapping long lines, keep the method name on the same line as the ERB interpolation operator and keep each method argument on its own line.
  • Use a trailing comma after each argument in a multi-line method call, including the last item.
  • Prefer double quotes for attributes.