Emacs Solidity - v0.1.7
- Allow for customization of the way that emacs inserts comments into the source file via
(setq solidity-comment-style 'slash)
;; or
(setq solidity-comment-style 'star) ;; this is the default
(setq solidity-comment-style 'slash)
;; or
(setq solidity-comment-style 'star) ;; this is the default