我卸载了 prettier 并且我的 Format On Save 未选中,但我不知道为什么我的代码仍然是自动格式化的。任何人都可以帮助我吗?太感谢了!这是它的样子:
顺便说一句,这是我的setting.json:
{
"java.debug.settings.stepping.skipStaticInitializers": true,
"editor.parameterHints.enabled": false,
"html.format.enable": false,
"html.format.preserveNewLines": false,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.enable": false,
"typescript.format.insertSpaceAfterCommaDelimiter": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": false,
"javascript.format.enable": false
}