I want to edit my format document when i press shift + alt + f. So it can stop changing my curly braces.
I search it but didn’t manage to find the solution. I use C# in Vscode, with other extensions, like C# dev kit, which i find out removes the omnisharp. Is it possible?
I tried to edit my settings.json, but to no success.
What happens:
private void Start()
{
Vector3 vector3 = new Vector3(0, 0, 0);
}
What i expecte to happen:
private void Start() {
Vector3 vector3 = new Vector3(0, 0, 0);
}
New contributor
MarcussP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.