Spacemacs set tab width

I found this article: http://blog.binchen.org/posts/easy-indentation-setup-in-emacs-for-web-development.html I added this part of the code into my .spacemacs file outside of any function (but before (defun dotspacemacs/user-init () … )): (defun my-setup-indent (n) ;; java/c/c++ (setq c-basic-offset n) ;; web development (setq coffee-tab-width n) ; coffeescript (setq javascript-indent-level n) ; javascript-mode (setq js-indent-level n) ; js-mode (setq js2-basic-offset … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)