branch: scratch/editorconfig-cc commit c97d749d7c0fc886010458863b506b3b49570618 Author: USAMI Kenta <tad...@zonu.me> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add php-ts-mode (#318) --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index dfde32f456..d23bf65031 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -228,6 +228,7 @@ This hook will be run even when there are no matching sections in ;; See https://github.com/editorconfig/editorconfig-emacs/issues/116 ;; for details. (php-mode c-basic-offset) + (php-ts-mode php-ts-mode-indent-offset) (pike-mode c-basic-offset) (ps-mode ps-mode-tab) (puppet-mode puppet-indent-level)