You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: