Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: 1c3m4n on November 05, 2010, 06:36:11 pm

Title: C# code generation: Avoid tabs?
Post by: 1c3m4n on November 05, 2010, 06:36:11 pm
Hello,

do you know if it is possible to avoid tabs at the C# code generation? I want to use 4 spaces instead of a tab.
How can i set this?

Thanks !

Best regards,
Florian
Title: Re: C# code generation: Avoid tabs?
Post by: 1c3m4n on November 11, 2010, 08:45:27 pm
If anybody is interested in this, i have found a solution:

I replaced all \t with "    " (4 spaces) in the C# code template. Now it doesn't create any tabs.

Best regards,
Florian