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
We still want to keep line endings to a sane length, but we can do that through editorconfig. However, sometimes keeping with the letter of that defeats the spirit of the line length improving readability. See: #203
Actions to take from this:
Enable max_line_length = 80 for markdown and rst files in editorconfig
Keep (and enable where available but not used) max line lengths in any auto-formatters
Determine at engineering sprint what our appropriate linter line length is.
The text was updated successfully, but these errors were encountered:
Discussed in an in-person sync:
We still want to keep line endings to a sane length, but we can do that through editorconfig. However, sometimes keeping with the letter of that defeats the spirit of the line length improving readability. See: #203
Actions to take from this:
max_line_length = 80
for markdown and rst files in editorconfigThe text was updated successfully, but these errors were encountered: