gpt4 book ai didi

html - 在 VSCode 中将制表符大小/空格大小设置为默认值

转载 作者:行者123 更新时间:2023-11-28 04:10:04 25 4
gpt4 key购买 nike

我目前正在使用 VSCode,但遇到了这个问题。我想将空间大小设置为 1,将制表符大小设置为 2 作为每个元素的默认值。但它仍然退回为空格:每个元素 4 个。当我设置空格 = 2 并运行美化文件时。空格 = 2 时一切看起来都不错。然后我点击保存将我的文件格式设置为缩进大小 4。如何将其设置为默认等于 2 人?

Still Spaces: 4

即使我更改了用户设置

enter image description here

最佳答案

默认情况下,VSCode 会尝试检测文件的缩进选项。所以将 editor.detectIndentation 设置为 false

// When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
"editor.detectIndentation": false,

关于html - 在 VSCode 中将制表符大小/空格大小设置为默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42760002/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com