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
The default line length in Elixir's formatter is 98, which means that I can easily write semi-long lines. When adding in typedstruct (and adding it to the formatter.exs), my default line length is overridden because the typedstruct formatter.exs contains line_length: 80.