My code does not appear to be formatting correctly when I ctrl k,f.
looks like this...
namespace CS_TexasHoldem
{
class Card
{
private
char suit;
char value;
public
Card()
{
}
}
}
Does that look weird?
What can I do about it, I'm pretty sure it does not do that when using C++.
This is with the whole namespace selected.