navigation

ModuleDeclSpacing (FL0008)

Cause

Unexpected number of spaces between declarations within module (1 space is expected).

Rationale

Recommended by Microsoft F# code formatting guide.

How To Fix

Use 1 space between module declarations.

Rule Settings

{
    "moduleDeclSpacing": {
        "enabled": false
    }
}