🔧 (php) Disable indent-tabs-mode

This commit is contained in:
Marcel Kapfer 2025-02-10 17:29:14 +01:00
parent deb33f8e87
commit 46fefddc31
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

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