-
Notifications
You must be signed in to change notification settings - Fork 277
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
Complete configs documentation #1523
Comments
It must be a good idea to increase the documentation coverage. 👍 If we add a lot of examples, we may want to decide "recommended / popular" configs and "minor" configs so that users don't need to consider too much about which ones should they configure. |
The undocumented configuration options are intentionally not documented since they are usually not well tested or supported. Maybe we should remove the undocumented settings from the source code rather than adding them to the website 😅 |
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
Fixes scalameta#1659. Fixes scalameta#1482. Helps with scalameta#1523.
@poslegm anything still missing in documentation? |
I think that all notable features are documented now. So, this issue can be closed. Documentation quality increased a lot over the past year |
I was a witness and participant of scalafmt adoption into a few large codebases and it always caused the developers to study the scalafmt sources for optimal configuration selection. In my opinion software should not force users to read source code (even if users is programmers).
In my sweet dreams configuration page in docs contains examples for all available options from
.scalafmt.conf
.I propose two things:
Are there any reasons why we shouldn't do this?
The text was updated successfully, but these errors were encountered: