Skip to content

Commit

Permalink
Update tooling-syntax-rewriting.md (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Jul 26, 2024
1 parent b384480 commit 81ef285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/tooling-syntax-rewriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Each of the first four options corresponds to a specific syntax:
| Syntax | Compiler Option |
|-|-|
| Significant Indentation | `-indent` |
| Classical Braces | `-noindent` |
| Classical Braces | `-no-indent` |


As we will see in further detail these options can be used in combination with the `-rewrite` option to automate the conversion to a particular syntax.
Expand Down

0 comments on commit 81ef285

Please sign in to comment.