Go to file
N. Taylor Mullen 549e36b803 Fix CodeGeneration process to format correctly within cshtml.
Added newlines inbetween ending line pragma's and code.  Without the extra line the document does not format correctly.  Separated expression and statement padding functionality.  Statements need to have 1 less padding to account for the transition.  Changed how runtime and design time code generates to enable accurate debugging experiences in runtime and functional formatting experiences during design time.
2014-03-04 12:06:00 -08:00
src/Microsoft.AspNet.Razor Fix CodeGeneration process to format correctly within cshtml. 2014-03-04 12:06:00 -08:00
test Modify tests to account for no indent helpers. 2014-03-04 12:05:59 -08:00
.gitattributes
.gitignore
NuGet.Config Workaround myget being down 2014-02-07 10:08:47 -08:00
Razor.sln
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:18:43 -08:00
makefile.shade