Too Much Indentation When Rendering a Scriban Template
YI have this little Scriban template for generating a simple C# class:
You can see the indentation for property declarations is 4 spaces, yet when I render the template, I get this:
where we have an indent of 8 spaces for the properties, and extra empty lines between the properties. What can I do to set the indentation or formatting for this template?
You can see the indentation for property declarations is 4 spaces, yet when I render the template, I get this:
where we have an indent of 8 spaces for the properties, and extra empty lines between the properties. What can I do to set the indentation or formatting for this template?