Skip to content

Instantly share code, notes, and snippets.

@dv
Created March 7, 2021 15:58
Show Gist options
  • Save dv/fd20ba4b2341689be0d1d106c1cd9f5d to your computer and use it in GitHub Desktop.
Save dv/fd20ba4b2341689be0d1d106c1cd9f5d to your computer and use it in GitHub Desktop.
standard.rb with customisations
# from: https://news.ycombinator.com/item?id=26371997
inherit_from:
- https://raw.githubusercontent.com/testdouble/standard/master/config/base.yml
Style/TrailingCommaInArrayLiteral:
Enabled: true
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
Enabled: true
EnforcedStyleForMultiline: consistent_comma
# add further tweaks as needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment