tabs - How to change PrettyPrint's default indentation? -


i'm using prettyprint , default indent 4 spaces. didn't found answer on google code site. how change 2 spaces?

update

i have found solution.

pre {     tab-size: 4; } 


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -