Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented May 22, 2019

Continuation of #6314

This is the implementation of RFC FS-1070 - Offside relaxations

This permits undentation in these situations:

type OffsideCheck(a:int,
        b:int, c:int, // no warning
        d:int) =
    static member M(a:int,
        b:int, c:int, // no warning
        d:int) = 1

type C() = 
    static member P with get() = 
      1 // no warning

@KevinRansom KevinRansom changed the base branch from master to release/fsharp47 May 25, 2019 19:45
@KevinRansom
Copy link
Contributor

@retargeted to 4.7

…ndents

Merge master to feature/relax-indents
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.

7 participants