[PHP] Set coding style to PSR2
This commit is contained in:
parent
47a59c031d
commit
de8850a14c
1 changed files with 2 additions and 1 deletions
|
@ -1526,7 +1526,8 @@ 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))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** TypeScript
|
** TypeScript
|
||||||
|
|
Loading…
Reference in a new issue