Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | vimrc: Don't preserve indentation on empty lines | Teddy Wing | |
Over the years and as I've been using Vim, I've gradually stopped liking this style, and now prefer blank lines without whitespace. Rather than continuing to override the default for different filetypes, it feels like it's time to change the default. | |||
2017-08-10 | Add ftplugin/haskell.vim | Teddy Wing | |
Add syntax formatting settings for Haskell. Want 4-space tabs and a maximum of 80 characters per line. Using this style guide: https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md |