Skip to content

Commit

Permalink
📝 Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
DrWh0286 committed Dec 9, 2019
1 parent 1f8f5c8 commit bc540db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ For details see What is fixed section

Multiple empty lines are reduced to one empty line.

#### Example

```typo3_typoscript
foo.bar = value
another.foo = value2
```

__fixed:__

```typo3_typoscript
foo.bar = value
another.foo = value2
```

### Operator whitespaces (configuration class: OperatorWhitespace)

#### Example
Expand Down

0 comments on commit bc540db

Please sign in to comment.