An open API service indexing awesome lists of open source software.

https://github.com/h-youhei/vim-cabal-indent


https://github.com/h-youhei/vim-cabal-indent

cabal vim-indent

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# vim-cabal-indent

## section
start at head of line even after fields

increase next line indent level

```
executable foo
main-is: Main.hs

test-suite tests
```

## field element
align element
```
build-depends: base,
container,
QuickCheck
```

## field
set indent properly even after aligned elements

```
build-depends: base,
QuickCheck
ghc-options: -Wall
```