Skip to content

Commit

Permalink
Improve experience of emacs users
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww committed Sep 27, 2019
1 parent 2e48454 commit 9ebf6da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((fill-column . 80)))
(verilog-mode
;; (verilog-indent-lists quote nil)
;; (verilog-auto-lineup quote all)
(verilog-cexp-indent . 2)
(verilog-case-indent . 2)
(verilog-indent-level-behavioral . 2)
(verilog-indent-level-declaration . 2)
(verilog-indent-level-module . 2)
(verilog-indent-level . 2)))

0 comments on commit 9ebf6da

Please sign in to comment.