zoukankan      html  css  js  c++  java
  • vscode setting

    {
      "php.validate.executablePath": "D:/phpstudy_pro/Extensions/php/php7.3.4nts/php.exe",
      "files.autoSave": "afterDelay",
      "git.ignoreMissingGitWarning": true,
      "workbench.colorTheme": "Webstorm IntelliJ Darcula Theme",
      "vetur.format.defaultFormatter.js": "vscode-typescript",
      "vetur.format.defaultFormatter.html": "js-beautify-html",
      "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
          "wrap_line_length": 1200,
          "wrap_attributes": "auto"
        },
        "prettyhtml": {
          "printWidth": 100,
          "singleQuote": true,
          "wrapAttributes": true,
          "sortAttributes": true
        },
        "prettier": {
            "singleQuote": true,
            "semi": false
        },
        "space-before-function-paren": ["error", {
            "anonymous": "always",
            "named": "always",
            "asyncArrow": "always"
        }],
        "vue/html-self-closing": ["error", {
          "html": {
              "void": "never",
              "normal": "always",
              "component": "never"
          },
          "svg": "always",
          "math": "always"
      }],
    },
    "javascript.format.insertSpaceBeforeFunctionParenthesis": false,
    }
  • 相关阅读:
    Windows Phone 独立存储(IsolatedStorageFile) 简单
    Windows Phone HttpWebRequest 简单
    PHP register_shutdown_function函数详解 简单
    sap 系统参数设置
    记帐码: (posting key)
    FICO 面试题
    RFUMSV00 营业税预先申报
    零售业附加商品的应用
    FI 财务会计事务码
    ABAP MODIF ID 作用
  • 原文地址:https://www.cnblogs.com/lezuw/p/13334719.html
Copyright © 2011-2022 走看看