Disable formatter for php
This commit is contained in:
parent
23da81b8ae
commit
740aa82863
@ -88,3 +88,6 @@
|
||||
|
||||
;; Enable nimlangserver for nim files
|
||||
(add-hook 'nim-mode-hook #'lsp)
|
||||
|
||||
;; Disable formatter for php
|
||||
(setq-hook! 'php-mode-hook +format-with :none)
|
||||
|
Loading…
Reference in New Issue
Block a user