g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

Missing newline at the end of file #34

Closed Nabav closed 3 years ago

Nabav commented 3 years ago

The VHDL formatter removes the newline from the last line of the file.

It would be great if all the formatted files have a newline character at the end.

I am using it in VSCode with this extension, but I think it's the same also here.

g2384 commented 3 years ago

I'll fix this by this weekend.

g2384 commented 3 years ago

this feature has been added now, but hasn't included into the vs extension because I don't own that extension.

Nabav commented 3 years ago

Thanks a lot, I have also made an issue there.