Skip to content

Commit

Permalink
fix: correct documentation about dots
Browse files Browse the repository at this point in the history
  • Loading branch information
payneca committed Jul 12, 2022
1 parent 804f798 commit d0690f1
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions indentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ In Emacs:
[,x
12]
[#vu8(1 2 3)
13]
[(,abc .
,def)
14])
13])
```

The indenter:
Expand All @@ -95,10 +92,7 @@ The indenter:
[,x
12]
[#vu8(1 2 3)
13]
[(,abc .
,def)
14])
13])
```

### Lines that end in dot
Expand All @@ -108,18 +102,15 @@ In Emacs:
(match x
[(,abc .
,def)
12]
[#vu8(1 2 3)
13])
12])
```

The indenter:
``` scheme
(match x
[,x
12]
[#vu8(1 2 3)
13])
[(,abc .
,def)
12])
```

### Named Let
Expand Down

0 comments on commit d0690f1

Please sign in to comment.