[PHP] Set coding style to PSR2

This commit is contained in:
Marcel Kapfer 2022-02-12 22:53:45 +01:00
parent 47a59c031d
commit de8850a14c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 1 deletions

View File

@ -1526,7 +1526,8 @@ Source: [[https://github.com/emacs-php/php-mode][GitHub: emacs-php/php-mode]]
#+begin_src emacs-lisp
(use-package php-mode
:mode "\\.php\\'")
:mode "\\.php\\'"
:config (setq php-mode-coding-style 'PSR2))
#+end_src
** TypeScript