Skip formatting in defined regions with comment tags
It would be great to have comment tags that allows you to disable the formatter in a defined region of code.
Example Input = Output within region:
--vhdlformatter_disable -> or any other special tag name
test : entity work.test
generic map(
g_access_addr_config => (start_addr,
addr_length,
end_addr
))
-- --vhdlformatter_enable
Request a new feature
First of all - thank you for your grat work!
Skip formatting in defined regions with comment tags
It would be great to have comment tags that allows you to disable the formatter in a defined region of code.
Example Input = Output within region: