-
Notifications
You must be signed in to change notification settings - Fork 802
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
Format src/Compiler/Driver #13195
Format src/Compiler/Driver #13195
Conversation
b22186b
to
7d83f71
Compare
2a23431
to
1fe1e37
Compare
@vzarytovskii This is ready for review. I've been through every file and there were some quite intrusive formatting changes. Because of this I've made a set of pre-formatting changes to make code better (e.g. avoiding large indentations) and thus give decent code after formatting. The pre-formatting changes are all except the last "apply formatting" commit, and should really be reviewed separately to the automatic code formatting itself. However there are no controversial changes in the pre-formatting, just cleanup. |
* update fantomas (#13206) * Format most of FSharp.Core (#13150) * modify fantomasignore * fix setting * no single line functions in FSHarp.Core * update fantomas * apply formatting * Format src/Compiler/Driver (#13195) * adjust settings * adjust code * adjust settings * adjust code * fix code before formatting * remove unnecessary yield * manual pre-formatting * preadjust code * preadjust code * preadjust code * preadjust code * adjust settings" * adjust settings" * adjust settings * adjust settings * fix build * adjust settings * adjust code * adjust code * adjust code * update fantomas * apply formatting * apply formatting (fix build) (#13209) * preformat * apply formatting Co-authored-by: Don Syme <[email protected]>
fsharp_max_if_then_else_short_width
to be larger (40 --> 60) across all codeWhen reviewing this, there effectively two parts