• 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,
    }
  • 相关阅读:
    一个老码农对职场的思考
    PHP算法 (冒泡 选择排序 折半查找 顺序查找 斐波那契数列 素数 )
    php 图像的基本操作
    php 随机字符串 验证码
    php中 var_dump 和 echo 和 print_r() 和 print
    正则表达式的整理
    php上传文件原理
    git 几个简单命令
    git 几个简单命令
    会话技术Cookie
  • 原文地址:https://www.cnblogs.com/lezuw/p/13334719.html
Copyright © 2020-2023  润新知