Update indentation
This commit is contained in:
+5
-3
@@ -450,9 +450,11 @@ Irony requires M-x =irony-install-server=.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package php-mode
|
||||
:defer t
|
||||
:hook (php-mode . (lambda () (progn
|
||||
(setq indent-tabs-mode t)
|
||||
(setq lsp-ui-doc-enable t)))))
|
||||
:hook
|
||||
(php-mode
|
||||
. (lambda () (progn
|
||||
(setq indent-tabs-mode t)
|
||||
(setq lsp-ui-doc-enable t)))))
|
||||
#+END_SRC
|
||||
|
||||
*** Prettify
|
||||
|
||||
Reference in New Issue
Block a user