File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,23 @@ Naming/VariableNumber:
5050Style/SignalException :
5151 EnforcedStyle : semantic
5252
53+ # We think that:
54+ # hash = {
55+ # key: :value
56+ # }
57+ # and_in_a_method_call({
58+ # no: :difference
59+ # })
60+ # Looks better than:
61+ # hash = {
62+ # key: :value
63+ # }
64+ # but_in_a_method_call({
65+ # its_like: :this
66+ # })
67+ Layout/FirstHashElementIndentation :
68+ EnforcedStyle : consistent
69+
5370# We think that:
5471# {
5572# foo: :bar
Original file line number Diff line number Diff line change @@ -83,6 +83,23 @@ Naming/VariableNumber:
8383Style/SignalException:
8484 EnforcedStyle: semantic
8585
86+ # We think that:
87+ # hash = {
88+ # key: :value
89+ # }
90+ # and_in_a_method_call({
91+ # no: :difference
92+ # })
93+ # Looks better than:
94+ # hash = {
95+ # key: :value
96+ # }
97+ # but_in_a_method_call({
98+ # its_like: :this
99+ # })
100+ Layout/FirstHashElementIndentation:
101+ EnforcedStyle: consistent
102+
86103# We think that:
87104# {
88105# foo: :bar
You can’t perform that action at this time.
0 commit comments