This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"arrowParens": "avoid", | |
"bracketSameLine": false, | |
"objectWrap": "preserve", | |
"bracketSpacing": true, | |
"semi": false, | |
"experimentalOperatorPosition": "end", | |
"experimentalTernaries": false, | |
"singleQuote": true, | |
"jsxSingleQuote": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
/* 计算方式来自:[hh-lol-prophet](https://github.com/real-web-world/hh-lol-prophet) | |
* | |
* 目前该评分模板文件仅适用于普通模式, 斗魂竞技场无法使用 | |
*/ | |
%> | |
<% | |
// true 或 false, 开启后敌方牛马会变成没有马 | |
const 将敌方牛马转为没有马 = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"go.useLanguageServer": true, | |
"go.buildOnSave": "workspace", | |
"go.lintOnSave": "package", | |
"go.vetOnSave": "package", | |
"go.buildTags": "", | |
"go.buildFlags": [], | |
"go.vetFlags": [], | |
"go.coverOnSave": false, | |
"go.useCodeSnippetsOnFunctionSuggest": false, |