There was an error while loading. Please reload this page.
1 parent d8eb460 commit d166a86Copy full SHA for d166a86
solidity-mode.el
@@ -552,7 +552,7 @@ Cursor must be at the function's name. Does not currently work for constructors
552
(set (make-local-variable 'comment-multi-line) t)
553
(set (make-local-variable 'comment-line-break-function)
554
'c-indent-new-comment-line)
555
-
+ (set (make-local-variable 'c-basic-offset) 4)
556
557
(when solidity-mode-disable-c-mode-hook
558
(set (make-local-variable 'c-mode-hook) nil))
0 commit comments