You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had a lot of issues getting hindent to work at all with our team's docker setup, and have abandoned that and am just trying to get it to work on the metal now. The only way I've been able to get --line-length=100 to be respected is to run it at the command line. Neither running VSCode's >Format Document command manually nor when saving respects --line-length=100. I've spent hours trying to get this to work, and could really use some input. I'm trying to assume it's my fault but with something so incredibly simple, I'm just not sure.
The text was updated successfully, but these errors were encountered:
Visual Studio Code 1.23.0
macOS 10.13.3
~/.hindent.yaml:
relevant settings: (tried with and without
--line-length=100
I have had a lot of issues getting hindent to work at all with our team's docker setup, and have abandoned that and am just trying to get it to work on the metal now. The only way I've been able to get
--line-length=100
to be respected is to run it at the command line. Neither running VSCode's>Format Document
command manually nor when saving respects--line-length=100
. I've spent hours trying to get this to work, and could really use some input. I'm trying to assume it's my fault but with something so incredibly simple, I'm just not sure.The text was updated successfully, but these errors were encountered: