Can you recommend a CSS stylesheet that formats C# code?
c#, code-formatting, css
Solution
JavaScript isn't client side? Or am I not understanding your question?
you may want to look at Google Prettify, which, if I remember correctly, is what StackOverflow uses
Problem
I'm working on a code generation tool where the output is display in a tag and wondered if anyone knew of a CSS stylesheet that would format the output. My rendering engine is Javascript based and I'd like to continue perform all operations of rendering client side.