🔧 (php) Disable indent-tabs-mode
This commit is contained in:
parent
deb33f8e87
commit
46fefddc31
1 changed files with 3 additions and 1 deletions
|
@ -1992,7 +1992,9 @@ Source: [[https://github.com/emacs-php/php-mode][GitHub: emacs-php/php-mode]]
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package php-mode
|
(use-package php-mode
|
||||||
:mode "\\.php\\'"
|
:mode "\\.php\\'"
|
||||||
:config (setq php-mode-coding-style 'PSR2))
|
:config
|
||||||
|
(setq php-mode-coding-style 'PSR2)
|
||||||
|
(setq indent-tabs-mode nil))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** TypeScript
|
** TypeScript
|
||||||
|
|
Loading…
Add table
Reference in a new issue