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
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Editorconfig supports
offas a valid value formax_line_length(see https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#user-content-max_line_length)Current code only sets the Prettier property
printWidthifmax_line_length !== "off":Ideally
max_line_length = "off"should be supported, maybe with a very high value. Also other non-numeric values for it should be discarded.I can raise a PR if this issue makes sense to the author and contributors. Please leave your feedback ;)