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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -