Whitespace Ignore whitespace Split Unified 16 changes: 13 additions & 3 deletions 16 .gitignore Original file line numberDiff line numberDiff line change @@ -1,11 +1,21 @@ # IntelliJ project files .idea *.iml out gen # vscode settings files .vscode # Mac .DS_Store # Node files nod...
Whitespace Ignore whitespace Split Unified 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -45,6 +45,7 @@ Release/ vn.ctp/build/* vn.lts/build/* .idea .vscode .gitignore vn.trader/ctaAlgo/data/* 0 comments on commit ...
"gitlens.blame.highlight.locations": [ 2060 "gutter", 2061 "line", 2062 "overview" 2063 ], 2064 2065 // Specifies whether to ignore whitespace when comparing revisions during blame operations 2066 "gitlens.blame.ignoreWhitespace": false,...
解压ZIP之后即可运行vscode, setting.json 文件可能需要手动拷贝至新环境的 setting.json 文件内 {"git.ignoreMissingGitWarning":true,"terminal.integrated.rendererType":"dom","vetur.validation.template":false,"javascript.format.insertSpaceBeforeFunctionParenthesis":true,// "vetur.format.defaultFormatter.js": ...
"diffEditor.ignoreTrimWhitespace": false, "gitlens.advanced.telemetry.enabled": false, "g...
"diffEditor.ignoreTrimWhitespace": false, //=== //=== Other === //=== "breadcrumbs.enabled": true, "open-in-browser.default": "chrome", //=== //=== files ===
"diffEditor.ignoreTrimWhitespace": false, "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_attributes": "force-aligned" // #vue组件中html代码格式化样式 } }, //防止VSCode启动带有node_modules的项目的时候很卡的问题
// 不让prettier使用tslint的代码格式进行校验"prettier.htmlWhitespaceSensitivity": "ignore","prettier.ignorePath": ".prettierignore", // 不使用prettier格式化的文件填写在项目的.prettierignore文件中"prettier.jsxBracketSameLine": false, // 在jsx中把'>' 是否单独放一行"prettier.jsxSingleQuote": false, ...
disableLanguages: ["vue"], // 不格式化vue文件,vue文件的格式化单独设置 htmlWhitespaceSensitivity: "ignore", trailingComma: "none", // 函数后面不加逗号,如果不写这一个,在methods 最后一个函数也会加逗号,eslint会报错,多了一个逗号 }; 3.定位文件 双击可以定位文件 4.设置目录列表...
[2,'functions'],'no-fallthrough':2,'no-floating-decimal':2,'no-func-assign':2,'no-implied-eval':2,'no-inner-declarations':[2,'functions'],'no-invalid-regexp':2,'no-irregular-whitespace':2,'no-iterator':2,'no-label-var':2,'no-labels':[2,{'allowLoop':false,'allowSwitch':...