kn-cli 1.0.100 → 1.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,9 +1,28 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
+ "editor.indentSize": "tabSize",
3
4
  "files.exclude": {
4
5
  "**/node_modules": true,
5
6
  },
6
7
  "search.exclude": {
7
8
  "**/release": true,
8
- }
9
+ },
10
+ // 控制折行的方式
11
+ "editor.wordWrap": "off",
12
+ // 控制树缩进(以像素为单位)。
13
+ "workbench.tree.indent": 16,
14
+ // jsx中使用单引号
15
+ "prettier.jsxSingleQuote": true,
16
+ // 代码块的开和闭合处会有一条引导线连接起来
17
+ "editor.guides.bracketPairs": true,
18
+ // 右侧缩略图宽度
19
+ "editor.minimap.maxColumn": 60,
20
+ // 滚轮缩放字体
21
+ "editor.mouseWheelZoom": true,
22
+ // 控制编辑器是否可以滚动到最后一行之后。
23
+ "editor.scrollBeyondLastLine": false,
24
+ // 代码可折叠的情况下,折叠符号一直展示
25
+ "editor.showFoldingControls": "always",
26
+ "workbench.list.smoothScrolling": true,
27
+ "workbench.tree.renderIndentGuides": "always",
9
28
  }
@@ -1,9 +1,28 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
+ "editor.indentSize": "tabSize",
3
4
  "files.exclude": {
4
5
  "**/node_modules": true,
5
6
  },
6
7
  "search.exclude": {
7
8
  "**/release": true,
8
- }
9
+ },
10
+ // 控制折行的方式
11
+ "editor.wordWrap": "off",
12
+ // 控制树缩进(以像素为单位)。
13
+ "workbench.tree.indent": 16,
14
+ // jsx中使用单引号
15
+ "prettier.jsxSingleQuote": true,
16
+ // 代码块的开和闭合处会有一条引导线连接起来
17
+ "editor.guides.bracketPairs": true,
18
+ // 右侧缩略图宽度
19
+ "editor.minimap.maxColumn": 60,
20
+ // 滚轮缩放字体
21
+ "editor.mouseWheelZoom": true,
22
+ // 控制编辑器是否可以滚动到最后一行之后。
23
+ "editor.scrollBeyondLastLine": false,
24
+ // 代码可折叠的情况下,折叠符号一直展示
25
+ "editor.showFoldingControls": "always",
26
+ "workbench.list.smoothScrolling": true,
27
+ "workbench.tree.renderIndentGuides": "always",
9
28
  }
@@ -1,9 +1,28 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
+ "editor.indentSize": "tabSize",
3
4
  "files.exclude": {
4
5
  "**/node_modules": true,
5
6
  },
6
7
  "search.exclude": {
7
8
  "**/release": true,
8
- }
9
+ },
10
+ // 控制折行的方式
11
+ "editor.wordWrap": "off",
12
+ // 控制树缩进(以像素为单位)。
13
+ "workbench.tree.indent": 16,
14
+ // jsx中使用单引号
15
+ "prettier.jsxSingleQuote": true,
16
+ // 代码块的开和闭合处会有一条引导线连接起来
17
+ "editor.guides.bracketPairs": true,
18
+ // 右侧缩略图宽度
19
+ "editor.minimap.maxColumn": 60,
20
+ // 滚轮缩放字体
21
+ "editor.mouseWheelZoom": true,
22
+ // 控制编辑器是否可以滚动到最后一行之后。
23
+ "editor.scrollBeyondLastLine": false,
24
+ // 代码可折叠的情况下,折叠符号一直展示
25
+ "editor.showFoldingControls": "always",
26
+ "workbench.list.smoothScrolling": true,
27
+ "workbench.tree.renderIndentGuides": "always",
9
28
  }
@@ -1,9 +1,28 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
+ "editor.indentSize": "tabSize",
3
4
  "files.exclude": {
4
5
  "**/node_modules": true,
5
6
  },
6
7
  "search.exclude": {
7
8
  "**/release": true,
8
- }
9
+ },
10
+ // 控制折行的方式
11
+ "editor.wordWrap": "off",
12
+ // 控制树缩进(以像素为单位)。
13
+ "workbench.tree.indent": 16,
14
+ // jsx中使用单引号
15
+ "prettier.jsxSingleQuote": true,
16
+ // 代码块的开和闭合处会有一条引导线连接起来
17
+ "editor.guides.bracketPairs": true,
18
+ // 右侧缩略图宽度
19
+ "editor.minimap.maxColumn": 60,
20
+ // 滚轮缩放字体
21
+ "editor.mouseWheelZoom": true,
22
+ // 控制编辑器是否可以滚动到最后一行之后。
23
+ "editor.scrollBeyondLastLine": false,
24
+ // 代码可折叠的情况下,折叠符号一直展示
25
+ "editor.showFoldingControls": "always",
26
+ "workbench.list.smoothScrolling": true,
27
+ "workbench.tree.renderIndentGuides": "always",
9
28
  }
@@ -1,9 +1,28 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
+ "editor.indentSize": "tabSize",
3
4
  "files.exclude": {
4
5
  "**/node_modules": true,
5
6
  },
6
7
  "search.exclude": {
7
8
  "**/release": true,
8
- }
9
+ },
10
+ // 控制折行的方式
11
+ "editor.wordWrap": "off",
12
+ // 控制树缩进(以像素为单位)。
13
+ "workbench.tree.indent": 16,
14
+ // jsx中使用单引号
15
+ "prettier.jsxSingleQuote": true,
16
+ // 代码块的开和闭合处会有一条引导线连接起来
17
+ "editor.guides.bracketPairs": true,
18
+ // 右侧缩略图宽度
19
+ "editor.minimap.maxColumn": 60,
20
+ // 滚轮缩放字体
21
+ "editor.mouseWheelZoom": true,
22
+ // 控制编辑器是否可以滚动到最后一行之后。
23
+ "editor.scrollBeyondLastLine": false,
24
+ // 代码可折叠的情况下,折叠符号一直展示
25
+ "editor.showFoldingControls": "always",
26
+ "workbench.list.smoothScrolling": true,
27
+ "workbench.tree.renderIndentGuides": "always",
9
28
  }