Disable formatter for php

This commit is contained in:
RealStickman 2023-06-02 17:52:33 +02:00
parent 23da81b8ae
commit 740aa82863

View File

@ -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)