-
Notifications
You must be signed in to change notification settings - Fork 1
droyo/acme-autoformat
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
acme-autoformat runs a code formatter whenever Put is executed on a matching
Acme window.
INSTALL
go get github.com/droyo/acme-autoformat
RUN
From within acme, run
acme-autoformat [-r pattern] -- command ...
Within command, the template language from Go's text/template library can
be used to populate arguments based on the `param` type in main.go. Notably,
The string '{{.Basename}}' will be replaced with the name of the file. For example,
to run `ocamlformat` on all OCaml (.ml, .mli) files, execute
acme-autoformat -r '\.mli?$' -- ocamlformat --name='{{.Basename}}' --enable-outside-detected-project -
The formatter command must accept the content of the file to format on standard
input, and write the formatted content to standard output. If the formatter fails, any
errors are written to an +Errors window sharing the same prefix as the file.
acme-autoformat expects the command `diff` to exist in its PATH, and to accept the
`-u` flag to generate a unified diff.
About
Automatically run a formatter when saving an Acme window
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published