🔧 (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
|
||||
(use-package php-mode
|
||||
:mode "\\.php\\'"
|
||||
:config (setq php-mode-coding-style 'PSR2))
|
||||
:config
|
||||
(setq php-mode-coding-style 'PSR2)
|
||||
(setq indent-tabs-mode nil))
|
||||
#+end_src
|
||||
|
||||
** TypeScript
|
||||
|
|
Loading…
Add table
Reference in a new issue