Skip to content

Commit d166a86

Browse files
tsuu32LefterisJP
authored andcommitted
Set c-basic-offset to 4
1 parent d8eb460 commit d166a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Cursor must be at the function's name. Does not currently work for constructors
552552
(set (make-local-variable 'comment-multi-line) t)
553553
(set (make-local-variable 'comment-line-break-function)
554554
'c-indent-new-comment-line)
555-
555+
(set (make-local-variable 'c-basic-offset) 4)
556556

557557
(when solidity-mode-disable-c-mode-hook
558558
(set (make-local-variable 'c-mode-hook) nil))

0 commit comments

Comments
 (0)