-
Notifications
You must be signed in to change notification settings - Fork 202
formatCodeOptions are ignored in JS Output #196
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
Comments
Just to clarify: do you mean JS output or formatting commands output |
Yes, exactly. Sorry I didn't pointed this out. |
Again: do you mean JS output or formatting commands output ❤️ |
Oh damn that was an either-or question. I'm so sorry! |
Cool. Its not designed to impact the JS output. Its designed for format TypeScript. I've updated the docs to clarify. There is no plan to control JS output formatting at the moment. Perhaps take it up with https://github.com/Microsoft/TypeScript 🌹 |
It seems that formatCodeOptions in tsconfig.json are simply ignored.
setting intent size, tabsize or newlinechar doesn't affect the output.
Without compilerOptions, files and so on, my tsconfig.json looks as follows
The text was updated successfully, but these errors were encountered: