MinoruSekine / dotfiles

Environments common dot files.
GNU General Public License v3.0
0 stars 0 forks source link

Set google-style suitable indent for JavaScript. #170

Closed MinoruSekine closed 7 months ago

MinoruSekine commented 7 months ago

Will this work?

(add-hook 'js-mode-hook
  (lambda ()
    (setq js-indent-level 2)))