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
Off value represented as a number should ideally be positive infinity but such values are always problematic in encodings like JSON, so I guess 0 is an acceptable compatibility approach.
Would it make sense to have a
MaxLineLength int
property where anyoff
value would be translated to a0
.https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
The text was updated successfully, but these errors were encountered: