Skip to content

Strange and incorrect beautification #157

Description

@Remillard

Found this happening, not sure why it's happening and not a lot of time to debug at the moment:

entity asdf is
	port (

	);
end entity asdf;

​entity register is
port (
	A   : in  std_logic_vector(7 downto 0);
	clk : in  std_logic;
	clr : in  std_logic;
	B   : out std_logic_vector(7 downto 0)
);
end register;

Note that the port clause in the second entity isn't indenting

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions