Open ZhangJianAo opened 6 years ago
After install solidity mode, press tab to indent code, it's not working and show follow error message:
Error evaluating offset + for defun-block-intro: Got invalid value tab-width
Using c-c c-o (c-set-offset) to set defun-block-intro to a number other than '+', it's working.
Hello @ZhangJianAo. This sounds like a problem with your Emacs setup. What is the value of tab-width when you are inside an emacs solidity buffer? You can check it with C-h-v tab-width
tab-width
C-h-v tab-width
After install solidity mode, press tab to indent code, it's not working and show follow error message:
Error evaluating offset + for defun-block-intro: Got invalid value tab-width
Using c-c c-o (c-set-offset) to set defun-block-intro to a number other than '+', it's working.