my question simple:
visual studio offers settings formatting code. not able fix this:
i want this
returntype functionname(){ .. }
instead of
returntype functionname() { .. }
so want rid of space between ()
, {}
. suggestions appreciated!
thanks!
tools -> options -> text editor -> c#
inside there can find lots of ways format text. hard want post formatting start there.
Comments
Post a Comment