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
The max-length would allow this code.
Default setting Fantomas still breaks the namespaces, hiding the method call "GeneratePassword" with the intention of post-processing:
letgenerateSillyPwd()=
System
.Web
.Security
.Membership
.GeneratePassword(9,0)
.Replace("a","b")
.Replace("c","d")
.Replace("e","f")
.Replace("g","h")
When I read the code above, my focus is that "oh, this is System: That is important".
The text was updated successfully, but these errors were encountered:
Hello, please raise this over at the style guide.
We have something in place today but tries to respect the max_line_length but it doesn't always hit the mark. This conversation should be happening over at https://github.com/fsharp/fslang-design#style-guide
Looking at the (silly example) code here:
The max-length would allow this code.
Default setting Fantomas still breaks the namespaces, hiding the method call "GeneratePassword" with the intention of post-processing:
When I read the code above, my focus is that "oh, this is System: That is important".
The text was updated successfully, but these errors were encountered: