Skip to content

Instantly share code, notes, and snippets.

@thaleshcv
Last active March 4, 2020 13:20
Show Gist options
  • Save thaleshcv/c729bf7d1a11ab72eaa03076f369a91d to your computer and use it in GitHub Desktop.
Save thaleshcv/c729bf7d1a11ab72eaa03076f369a91d to your computer and use it in GitHub Desktop.
Style/StringLiterals:
EnforcedStyle: double_quotes
Layout/ArgumentAlignment:
EnforcedStyle: with_fixed_indentation
Style/ConditionalAssignment:
EnforcedStyle: assign_to_condition
Layout/EndAlignment:
EnforcedStyleAlignWith: variable
AutoCorrect: true
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Style/FrozenStringLiteralComment:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment