Author Topic: Formatting style per workspace...?  (Read 7519 times)

joecar

  • Senior Community Member
  • Posts: 420
  • Hero Points: 9
  • engineer/gearhead
Re: Formatting style per workspace...?
« Reply #15 on: September 16, 2019, 04:31:46 PM »
Thanks.

How would I configure formatting for this "double-indent" style (where braces are indented, and then block inside braces is further indented):

Code: [Select]
{
for(int i=0;i<LastView;i++)
{
if(UserList[i].svcsView==view)
{
SetSVCSInfo(i);
break;
}
}
}


 

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Formatting style per workspace...?
« Reply #16 on: September 16, 2019, 08:15:05 PM »
SlickEdit doesn't support this style yet.