sneakypete81 / atom-vhdl-entity-converter

Convert a VHDL entity into a component, instance or signal definitions, using the clipboard.
https://atom.io/packages/vhdl-entity-converter
GNU General Public License v3.0
8 stars 7 forks source link

Template indents seem to be fixed at 2 spaces #7

Closed jonpovey closed 5 years ago

jonpovey commented 6 years ago

Hi, nice plugin. I just started using Atom. It seems like this plugin always generates code with fixed 2-space indents. I use 4-space indents for VHDL, it would be great if the plugin could obey the indent size configured for the source file type. Or just have its own configurable indent size would be OK too. Cheers!

sneakypete81 commented 6 years ago

I'm very happy to accept PRs - actually it looks like @LeChuck42 might have looked at implementing this already?

sneakypete81 commented 5 years ago

Fixed in v0.5.0 via #9, many thanks to @LeChuck42.