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
# Normalise every text file to LF in the repository and on checkout, whatever the platform.
#
# This is load-bearing now that Prettier enforces formatting through ESLint: it writes LF, and `prettier/prettier` reports a CRLF file as a formatting error on every line. Without this, a Windows checkout with git's default core.autocrlf would fail the lint task wholesale rather than in one place.
#
# No .bat/.cmd/.ps1 exception is needed -- this workspace has none.