mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
parent
f85b48e2ee
commit
c222927f70
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ variables:
|
|||
of `file` in general.
|
||||
* `apheleia-formatter`: Optional buffer-local variable specifying the
|
||||
formatter to use in this buffer. Overrides `apheleia-mode-alist`.
|
||||
You can set this in a local variables list, or in `.dir-locals.el`
|
||||
(e.g. `((python-mode . ((apheleia-formatter . (isort black)))))`),
|
||||
or in a custom hook of your own that sets the local variable
|
||||
conditionally.
|
||||
* `apheleia-inhibit`: Optional buffer-local variable, if set to
|
||||
non-nil then Apheleia does not turn on automatically even if
|
||||
`apheleia-global-mode` is on.
|
||||
|
|
Loading…
Add table
Reference in a new issue