Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

generic class problem (C#) #71

Open
mikhaelmartin opened this issue Jan 18, 2021 · 1 comment
Open

generic class problem (C#) #71

mikhaelmartin opened this issue Jan 18, 2021 · 1 comment

Comments

@mikhaelmartin
Copy link

the formatter delete <T> of generics classes.

public class Foo<T> {}

is formatted to this:

public class Foo {}

this happens in C#. I haven't tried in any other language

@ben-rasooli
Copy link

I have the same problem. Have you found any fix?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants