Skip to content
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

complex type definition not reformatted despite being well over 120 char limit #382

Closed
matthargett opened this issue Feb 18, 2022 · 0 comments · Fixed by #385
Closed

complex type definition not reformatted despite being well over 120 char limit #382

matthargett opened this issue Feb 18, 2022 · 0 comments · Fixed by #385
Labels
bug Something isn't working

Comments

@matthargett
Copy link

export type Cache_WriteOptions<TResult = any, TVariables = any> =
	Omit_id_from_DataProxy_Query<TVariables, TResult> & Omit_data_from_DataProxy_WriteOptions<TResult> & { dataId: string?, result: TResult }

The second line measures as 138 characters for me, so it's well over even with the indent being replaced with a tab. If I ratchet down the column-width setting, it finally formats the long line if I set it to 106.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants