-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newLineKind system doesn't work #94
Comments
@provegard it would be the plugin, the IJ extension simply starts up a process using a command line util IJ provides and passes the config to it. It seems as if the actual plugin itself needs some kind of update to make sure that the new lines are handled accordingly |
@dsherret do you have any insights on the above? |
Yeah, it's dprint/dprint-plugin-typescript#499 |
Ah, i should read the issue. One minute :D |
I'm not sure what's causing this one. |
Hi!
I have the following dprint.json:
I'm on Windows, so newlines are CRLF.
When I save the following file with format on save enabled...
...I get the following error:
I'm not sure if this is a problem in the plugin or IDEA.
If I change to
auto
, formatting works as expected, but auto has other problems on Windows, so it'd be nice ifsystem
worked. Note thatsystem
works fine when dprint is invoked from the console.The text was updated successfully, but these errors were encountered: