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; }
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
Post a Comment