Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 18, 2021
1 parent 40f2d02 commit 51e3766
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ It removes the following configurations

It contains the following changes

### do not add line break for array index

```ruby
longarrayname[index]
```

won't be transformed to

```ruby
longarrayname[index]
```

### do not transform regexp

```ruby
Expand Down

0 comments on commit 51e3766

Please sign in to comment.