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
I want to have editorconfig rules like this at the project root not interfere with fill-column when writing commit messages or git patch cover letters that typically should use 72 characters per line.
[*]max_line_length = 80
It seems that for this editorconfig-set-local-variables should only be called if the exclude modes/regexps checks call for it.