Skip to content

Commit

Permalink
Add .dir-locals.el for emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww authored and alex96295 committed May 17, 2023
1 parent 0034bff commit 5686bde
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;; Copyright 2023 ETH Zurich and University of Bologna.
;; Solderpad Hardware License, Version 0.51, see LICENSE for details.
;; SPDX-License-Identifier: SHL-0.51
;;
;; Robert Balas <[email protected]>

;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((fill-column . 100)))
(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 5686bde

Please sign in to comment.