标签: tabs indentation spaces
我正在使用PrettyPrint,其默认缩进为4个空格。我没有在谷歌代码网站上找到答案。如何将其更改为2个空格?
更新
我找到了解决方案。
pre { tab-size: 4; }