Skip to content

Emacs Solidity - v0.1.7

Compare
Choose a tag to compare
@LefterisJP LefterisJP released this 07 Apr 14:13
· 76 commits to master since this release
v0.1.7
4cde56c
  • 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