Skip to content

Update tooling-syntax-rewriting.md #3047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Update tooling-syntax-rewriting.md #3047

merged 1 commit into from
Jul 26, 2024

Conversation

csgn
Copy link
Contributor

@csgn csgn commented Jul 25, 2024

I checked scalac command options as follows:

$ scalac --help
 -javaextdirs  Override java extdirs classpath.
    -language  Enable one or more language features.
  -new-syntax  Require `then` and `do` in control expressions.
   **-no-indent  Require classical {...} syntax, indentation is not significant.**
   -nowarn  Silence all warnings.

But in docs wrote as -noindent. So I change it to -no-indent

Copy link
Member

@bishabosha bishabosha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bishabosha bishabosha merged commit 81ef285 into scala:main Jul 26, 2024
1 check passed
fResult pushed a commit to fResult/docs.scala-lang that referenced this pull request Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants