Skip to content

Commit b408377

Browse files
committed
re-generate top commons
1 parent c4e447b commit b408377

1 file changed

Lines changed: 90 additions & 14 deletions

File tree

.vscode/settings.json

Lines changed: 90 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,104 @@
11
{
2+
// DO NOT EDIT!
3+
// Automatically generated from npm-packages-helper/templates/*.
4+
"editor.rulers": [
5+
80
6+
],
7+
"editor.tabSize": 2,
28
"editor.detectIndentation": false,
39
"editor.insertSpaces": true,
4-
"editor.tabSize": 2,
510
"editor.formatOnSave": true,
6-
"files.associations": { "*.json": "jsonc" },
7-
"editor.stablePeek": true,
8-
"files.watcherExclude": {
9-
"**/.git/**": true,
10-
"**/node_modules/*/**": true,
11-
"**/build/**": true
11+
// "editor.stablePeek": true,
12+
// "editor.wordWrap": "on",
13+
//
14+
"files.associations": {
15+
"*.json": "jsonc",
16+
"*-liquid.*": "liquid",
17+
"*.liquid": "liquid",
18+
"*.rb": "ruby",
19+
"*.mdx": "mdx"
1220
},
13-
"C_Cpp.intelliSenseExclude": {
14-
"**/build-assets": true,
15-
"**/website": true,
16-
"**/node_modules": true,
17-
"**/xpacks": true
21+
//
22+
// Language/file type specific settings.
23+
"[javascript]": {
24+
"editor.defaultFormatter": "esbenp.prettier-vscode"
25+
},
26+
"[typescript]": {
27+
"editor.defaultFormatter": "esbenp.prettier-vscode"
28+
},
29+
"[liquid]": {
30+
"editor.formatOnSave": false,
31+
"editor.formatOnType": false,
32+
"editor.formatOnPaste": false,
33+
"editor.defaultFormatter": null
34+
},
35+
"[cmake]": {
36+
"editor.defaultFormatter": "cheshirekow.cmake-format"
1837
},
38+
"[mdx]": {
39+
"editor.formatOnSave": false,
40+
"editor.defaultFormatter": null
41+
},
42+
//
1943
"markdownlint.config": {
2044
"MD041": false
2145
},
46+
//
2247
"spellright.language": [
2348
"en_GB"
2449
],
2550
"spellright.notificationClass": "warning",
51+
//
2652
"cSpell.language": "en-GB",
27-
"cSpell.ignoreWords": []
28-
}
53+
"cSpell.ignoreWords": [],
54+
//
55+
"prettier.configPath": "config/.prettierrc.json",
56+
"prettier.ignorePath": "config/.prettierignore",
57+
//
58+
"cmake.configureOnEdit": false,
59+
"cmake.ignoreCMakeListsMissing": true,
60+
"cmake.configureOnOpen": false,
61+
"cmakeFormat.args": [
62+
"--config-file=${workspaceFolder}/config/.cmake-format.yaml"
63+
],
64+
//
65+
"mesonbuild.configureOnOpen": false,
66+
//
67+
"makefile.configureOnOpen": false,
68+
"makefile.configureOnEdit": false,
69+
"makefile.configureAfterCommand": false,
70+
//
71+
"C_Cpp.clang_format_style": "file:${workspaceFolder}/config/.clang-format",
72+
"C_Cpp.formatting": "clangFormat",
73+
"C_Cpp.vcpkg.enabled": false,
74+
"C_Cpp.clang_format_path": "${workspaceFolder}/xpacks/.bin/clang-format",
75+
"npm.exclude": [
76+
"**/xpacks/**",
77+
"**/build/**",
78+
"**/tests/**",
79+
"**/tmp/**"
80+
],
81+
"xpack.exclude": [
82+
"**/xpacks/**",
83+
"**/build/**",
84+
"**/tests/**",
85+
"**/tmp/**"
86+
],
87+
"files.watcherExclude": {
88+
"**/.git/**": true,
89+
"**/node_modules/*/**": true,
90+
"**/build/**": true
91+
},
92+
//
93+
"C_Cpp.files.exclude": {
94+
"**/node_modules": true,
95+
"**/xpacks": true,
96+
"**/dist": true,
97+
"**/build": true,
98+
"**/.vscode": true,
99+
"**/.git": true,
100+
"**/.github": true,
101+
"**/.idea": true,
102+
"**/.vscode-test": true
103+
}
104+
}

0 commit comments

Comments
 (0)