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
- Host: GitHub
- URL: https://github.com/h-youhei/vim-cabal-indent
- Owner: h-youhei
- License: mit
- Created: 2017-01-05T20:38:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T19:16:40.000Z (about 8 years ago)
- Last Synced: 2024-11-13T09:40:52.870Z (6 months ago)
- Topics: cabal, vim-indent
- Language: Vim script
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cabal - `vim-cabal-indent`
README
# vim-cabal-indent
## section
start at head of line even after fieldsincrease next line indent level
```
executable foo
main-is: Main.hstest-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
```