I uninstalled prettier and my Format On Save is unchecked but i don't know why my codes is still auto formatted. Anybody can help me? Thank you so much!
This is how it looks like:
Btw, this is my 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
}
Just uninstalling eslint vscode extension plugin solved my issue.