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 file is always reformatting, but what if we just want to preserve file endings? For example we have developers that works on Linux & Windows. And we are using the git setting git config core.autocrlf true. And the problem is that tsfmt --verify either fails on Windows, or fails on Linux.
The text was updated successfully, but these errors were encountered:
vegansk
added a commit
to vegansk/typescript-formatter
that referenced
this issue
Oct 26, 2017
The problem is in the line
typescript-formatter/lib/index.ts
Line 166 in 35c6b6a
The file is always reformatting, but what if we just want to preserve file endings? For example we have developers that works on Linux & Windows. And we are using the git setting
git config core.autocrlf true
. And the problem is thattsfmt --verify
either fails on Windows, or fails on Linux.The text was updated successfully, but these errors were encountered: