mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Add support for kotlin-ts-mode (#270)
https://gitlab.com/bricka/emacs-kotlin-ts-mode
This commit is contained in:
parent
41dff902fb
commit
f3cbdbcae8
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ rather than using this system."
|
|||
(json-mode . prettier-json)
|
||||
(json-ts-mode . prettier-json)
|
||||
(kotlin-mode . ktlint)
|
||||
(kotlin-ts-mode . ktlint)
|
||||
(latex-mode . latexindent)
|
||||
(LaTeX-mode . latexindent)
|
||||
(lua-mode . stylua)
|
||||
|
|
Loading…
Add table
Reference in a new issue