Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbarbin/auto-format

Building auto format commands for custom languages
https://github.com/mbarbin/auto-format

auto-formatter dune dune-fmt fmt ocaml

Last synced: about 2 months ago
JSON representation

Building auto format commands for custom languages

Awesome Lists containing this project

README

        

# auto-format

[![CI Status](https://github.com/mbarbin/auto-format/workflows/ci/badge.svg)](https://github.com/mbarbin/auto-format/actions/workflows/ci.yml)

With this opinionated library you can build normalized auto-format commands for custom languages, that can be integrated with editors as well as `dune fmt`.

## Code Documentation

The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/auto-format).

## Examples & tests

As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.