ide by default formats thing like this:
class lol
{
}
is there any way that he formats like this
class lol {
}
?
Printable View
ide by default formats thing like this:
class lol
{
}
is there any way that he formats like this
class lol {
}
?
Tools->Options->Text Editor->C#->Formatting->Leave open braces on same line as construct
tyyy