[RFC FS-1108] Undentation frenzy #602
Happypig375
started this conversation in
Language and core library RFC discussions
Replies: 1 comment 3 replies
-
This RFC made the consistency adjustment: type A(x:string) = class end
let x = [ // This was OK before this RFC and seemed a reasonable way to format code
"data"
]
let y = A( // adjusted by this RFC for consistency, also seems reasonable
"data"
) There is a side effect that the following code is allowed:
The rule could be that undentations in lines following unclosed brackets/constructors are allowed when the opening bracket is of the form Thoughts @Happypig375 @dsyme ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RFC: https://github.com/fsharp/fslang-design/blob/main/preview/FS-1108-undentation-frenzy.md
Suggestions:
Pull request: dotnet/fsharp#11772
Beta Was this translation helpful? Give feedback.
All reactions