Last active
March 4, 2020 13:20
-
-
Save thaleshcv/c729bf7d1a11ab72eaa03076f369a91d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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