yaml-language-server
yaml-language-server copied to clipboard
Question: how to define a line length
Summary
First of all, thank you for this awesome tool! I'm using it with neo vim and it works magnificently!
However, we have a rule in our automatic linting in our pipelines that forces us to have the lines 80 characters or less (just to make everybody write the same code). And I can't find a way to pass this variable. Do you know if there is any way to do it? Or any schema that is 80 lines long?
Thank you for your help!
Relevant information
We do not have a linting option that limits column length. We depend on the editors that the yaml-language-server depends on for this functionality. What do you use for YAML linting outside of editors? Would setting the columncolor on vim be enough?