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
For the web formatter, there should be a way to create a "combined formatter object" that takes multiple formatters and then when someone calls formatter.formatText("file.ts", "test;") it selects the correct formatter to use based on the file extension.
The text was updated successfully, but these errors were encountered:
For the web formatter, there should be a way to create a "combined formatter object" that takes multiple formatters and then when someone calls
formatter.formatText("file.ts", "test;")
it selects the correct formatter to use based on the file extension.The text was updated successfully, but these errors were encountered: