Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tabs 如何更改预打印';默认缩进是什么?_Tabs_Indentation_Spaces - Fatal编程技术网

Tabs 如何更改预打印';默认缩进是什么?

Tabs 如何更改预打印';默认缩进是什么?,tabs,indentation,spaces,Tabs,Indentation,Spaces,我正在使用,它的默认缩进是4个空格。我在谷歌代码网站上找不到答案。如何将其更改为2个空格 更新 我找到了解决办法 pre { tab-size: 4; }

我正在使用,它的默认缩进是4个空格。我在谷歌代码网站上找不到答案。如何将其更改为2个空格

更新

我找到了解决办法

pre {
    tab-size: 4;
}