Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

assignation vs comparison <= operator #8

Open
Frame42 opened this issue Nov 27, 2019 · 0 comments
Open

assignation vs comparison <= operator #8

Frame42 opened this issue Nov 27, 2019 · 0 comments

Comments

@Frame42
Copy link

Frame42 commented Nov 27, 2019

Input and Expected

if ((a >= b and a <= c) or
  (a <= e and a >= f)) then
  null;
end if;

Output as of V1.0.4

if ((a >= b and a <= c) or
  (a                <= e and a >= f)) then
  null;
end if;
Vinrobot added a commit to Vinrobot/VHDLFormatter that referenced this issue Dec 7, 2019
Add condition to not align '<=' if it's used as a comparison operator.
(Vinrobot/vscode-vhdl-formatter#8)
Vinrobot added a commit to Vinrobot/VHDLFormatter that referenced this issue Dec 7, 2019
Add condition to not align '<=' if it's used as a comparison operator.
(Vinrobot/vscode-vhdl-formatter#8)
Vinrobot added a commit to Vinrobot/VHDLFormatter that referenced this issue Sep 20, 2020
Add condition to not align '<=' if it's used as a comparison operator.
(Vinrobot/vscode-vhdl-formatter#8)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant