/hindent-format

A Visual Studio Code formatter for Haskell using hindent (https://github.com/chrisdone/hindent)

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Hindent Format

A Visual Studio Code formatter for Haskell using hindent.

Features

  • Supports document and document range formatting.

Requirements

Requires hindent to be installed.

Release Notes

0.0.1

  • Initial release. Developed and tested on macOS.

0.0.2

  • Removed directory from the hindent default command path.

0.0.3

  • Use editor.wrappingColumn if no line width is given on the hindent commandline.

0.0.4

  • Fix hindent command line option spelling (fixes #1).