You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _overviews/scala3-migration/tooling-syntax-rewriting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Each of the first four options corresponds to a specific syntax:
52
52
| Syntax | Compiler Option |
53
53
|-|-|
54
54
| Significant Indentation |`-indent`|
55
-
| Classical Braces |`-noindent`|
55
+
| Classical Braces |`-no-indent`|
56
56
57
57
58
58
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.
0 commit comments