Vscode,vetur formatting parentheses have been configured and still do not add spaces

    -- 
    "prettier.singleQuote": true,
    "prettier.semi": false,
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
      "wrap_attributes": "force-aligned"
    }

after formatting, the space between the function name and the parentheses is automatically deleted, and there is a space between the parentheses and the curly braces


  https://codeshelper.com/q/10.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c069-e02e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c069-e02e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?