.NET MVC Code Generation
Posted
by Josh
on Stack Overflow
See other posts from Stack Overflow
or by Josh
Published on 2010-06-03T19:38:49Z
Indexed on
2010/06/03
19:44 UTC
Read the original article
Hit count: 270
Is there a way to force the MVC automatically generated code to follow the conventions you have set in your preferences? For example, I keep all curly braces on the same lines as their declaring class, method, etc, but when generating a controller, it completely disregards my settings. Is there a setting someplace to force the same code generation as other parts of project?
© Stack Overflow or respective owner