lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

moving comment for let/do with indent=4 #285

Open lspitzner opened 4 years ago

lspitzner commented 4 years ago
func = do
    let x :: a -> b -> c
        x y = do
            -- abc
            def
    x