diff options
Diffstat (limited to 'apheleia-formatters.el')
| -rw-r--r-- | apheleia-formatters.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 0cfad9f..9bc39f8 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -112,6 +112,7 @@ "--enable-outside-detected-project")) (ocp-indent . ("ocp-indent")) (ormolu . ("ormolu" "--stdin-input-file" filepath)) + (oxfmt . ("apheleia-npx" "oxfmt" inplace)) (perltidy . ("perltidy" "--quiet" "--standard-error-output" (apheleia-formatters-indent "-t" "-i") (apheleia-formatters-fill-column "-l"))) |
