ale/autoload
Andrey Popp b9fb62a4cd Make ocamlformat work without temporary files
Problem: ocamlformat is configured to format files in-place and thus go
via creating a temporary file for that. Because temporary file resides
in a different directory ocamlformat can't find `.ocamlformat`
configuration files in an original location of source files.

Solution: ocamlformat since version 0.8 can read sources on stdin and
spur result on stdout. We reconfigure ocamlformat to use a simpler
interface.
2018-11-04 20:32:56 +03:00
..
ale Make ocamlformat work without temporary files 2018-11-04 20:32:56 +03:00
ale.vim #2017 Add support for display results from other sources 2018-10-29 18:28:28 +00:00