Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 344 Bytes

Emacs VHDL Formatter

Pre-commit hook to format VHDL files with emacs vhdl-mode.

Format your vhdl files with pre-commit

Add this to your .pre-commit-config.yaml:

- repo: https://github.com/InES-HPMM/pre-commit-emacs-vhdl-formatter
  rev: "" # Use the sha / tag you want to point at
  hooks:
    - id: emacs-vhdl-formatter