This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Commit c0a9df7
authored
Update
Atom's [decrease regexp](https://github.com/atom/language-ruby/blob/d88a4cfb32876295ec5b090a2994957e62130f4a/settings/language-ruby.cson) handles cases like this:
```
@Date = Date.today()
@name = "Test Name"
@DaTa = {
id: 8,
foo: Foo.new(
id: 1,
phone_number: "412-555-7640"
),
bar: Bar.new(
id: 1,
name: "Valentine",
vin: "DF5S6HFG365HGDCVG",
status: :AVAILABLE
),
start_time: start_time.to_s,
end_time: end_time.to_s,
cost: 23.45,
rating: 3,
}
```decreaseIndentPattern to match Atom1 parent db79753 commit c0a9df7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments