Skip to content

Commit 379557d

Browse files
squash!
Signed-off-by: Nikola Hristov <[email protected]>
1 parent c215b06 commit 379557d

9 files changed

+301
-2
lines changed

.clang-format

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TabWidth: 4
2+
IndentWidth: 4
3+
UseTab: Always

.csharpierrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"printWidth": 80,
3+
"useTabs": true,
4+
"tabWidth": 4,
5+
"preprocessorSymbolSets": [
6+
"DEBUG",
7+
"DEBUG,CODE_STYLE"
8+
]
9+
}

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
tab_width = 4
7+
indent_size = 4
8+
indent_style = tab
9+
10+
[*.{yaml,yml}]
11+
indent_style = space

.prettierignore

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
.DS_Store
2+
.env.development.local
3+
.env.local
4+
.env.production.local
5+
.env.test.local
6+
.eslintcache
7+
.pnpm-debug.log
8+
.vscode
9+
~*.docx
10+
~*.tmp
11+
Cargo.lock
12+
debug.log
13+
node_modules
14+
npm-debug.log*
15+
package-lock.json
16+
pnpm-lock.yaml
17+
yarn-debug.log*
18+
yarn-error.log*
19+
20+
Land/Gnls/addon/gn
21+
Land/Gnls/build
22+
Land/Gnls/compile_commands.json
23+
24+
Land/LandDocs/*.md
25+
26+
Land/LandGradle/extension/.vscode-test
27+
Land/LandGradle/extension/out/
28+
Land/LandGradle/extension/dist/
29+
Land/LandGradle/extension/test-fixtures/
30+
Land/LandGradle/extension/package.json
31+
Land/LandGradle/extension/lib/
32+
Land/LandGradle/extension/Source/proto/
33+
Land/LandGradle/extension/build/
34+
35+
Land/LandJupyter/Source/platform/pythonEnvironments/*
36+
Land/LandJupyter/Source/test/pythonEnvironments/*
37+
38+
Land/LandJupyterLspMiddleware/Source/client/pythonEnvironments/*
39+
Land/LandJupyterLspMiddleware/Source/test/pythonEnvironments/*
40+
41+
Land/LandPullRequestGithub/.vscode-test
42+
Land/LandPullRequestGithub/dist
43+
Land/LandPullRequestGithub/**/@types/*
44+
45+
Land/LandPythonInstaller/Source/client/pythonEnvironments/*
46+
Land/LandPythonInstaller/Source/test/pythonEnvironments/*
47+
Land/LandPythonInstaller/Source/test/pythonEnvironments/*
48+
49+
Land/LandWebviewUiToolkit/build/
50+
Land/LandWebviewUiToolkit/dist/
51+
Land/LandWebviewUiToolkit/react/
52+
Land/LandWebviewUiToolkit/test-webview
53+
Land/LandWebviewUiToolkit/coverage/
54+
Land/LandWebviewUiToolkit/temp/
55+
Land/LandWebviewUiToolkit/docs/api-report.md
56+
57+
Land/LandWebviewUiToolkitSamples/default/component-gallery/.pnp
58+
Land/LandWebviewUiToolkitSamples/default/component-gallery/.pnp.js
59+
Land/LandWebviewUiToolkitSamples/default/component-gallery/coverage
60+
Land/LandWebviewUiToolkitSamples/default/component-gallery/out
61+
Land/LandWebviewUiToolkitSamples/default/component-gallery/build
62+
Land/LandWebviewUiToolkitSamples/default/component-gallery/dist
63+
64+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/.pnp
65+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/.pnp.js
66+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/coverage
67+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/out
68+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/build
69+
Land/LandWebviewUiToolkitSamples/default/editable-data-grid/dist
70+
71+
Land/LandWebviewUiToolkitSamples/default/hello-world/.pnp
72+
Land/LandWebviewUiToolkitSamples/default/hello-world/.pnp.js
73+
Land/LandWebviewUiToolkitSamples/default/hello-world/coverage
74+
Land/LandWebviewUiToolkitSamples/default/hello-world/out
75+
Land/LandWebviewUiToolkitSamples/default/hello-world/build
76+
Land/LandWebviewUiToolkitSamples/default/hello-world/dist
77+
78+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/.pnp
79+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/.pnp.js
80+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/coverage
81+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/out
82+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/build
83+
Land/LandWebviewUiToolkitSamples/default/hello-world-webpack/dist
84+
Land/LandWebviewUiToolkitSamples/default/notepad/.pnp
85+
Land/LandWebviewUiToolkitSamples/default/notepad/.pnp.js
86+
Land/LandWebviewUiToolkitSamples/default/notepad/coverage
87+
Land/LandWebviewUiToolkitSamples/default/notepad/out
88+
Land/LandWebviewUiToolkitSamples/default/notepad/build
89+
Land/LandWebviewUiToolkitSamples/default/notepad/dist
90+
Land/LandWebviewUiToolkitSamples/default/weather-webview/.pnp
91+
Land/LandWebviewUiToolkitSamples/default/weather-webview/.pnp.js
92+
Land/LandWebviewUiToolkitSamples/default/weather-webview/coverage
93+
Land/LandWebviewUiToolkitSamples/default/weather-webview/out
94+
Land/LandWebviewUiToolkitSamples/default/weather-webview/build
95+
Land/LandWebviewUiToolkitSamples/default/weather-webview/dist
96+
97+
Land/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/.pnp
98+
Land/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/.pnp.js
99+
Land/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/coverage
100+
Land/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/build
101+
Land/LandWebviewUiToolkitSamples/frameworks/component-gallery-react/dist
102+
103+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/.pnp
104+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/.pnp.js
105+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/coverage
106+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/build
107+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-angular/dist
108+
109+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/.pnp
110+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/.pnp.js
111+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/coverage
112+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/build
113+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-cra/dist
114+
115+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/.pnp
116+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/.pnp.js
117+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/coverage
118+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/build
119+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-react-vite/dist
120+
121+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs
122+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/.pnp
123+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/.pnp.js
124+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/coverage
125+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/build
126+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-solidjs/dist
127+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/.pnp
128+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte.pnp.js
129+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/coverage
130+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/build
131+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-svelte/dist
132+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/.pnp
133+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-vue.pnp.js
134+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/coverage
135+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/build
136+
Land/LandWebviewUiToolkitSamples/frameworks/hello-world-vue/dist
137+
138+
Land/MonacoEditor/**/dist/
139+
Land/MonacoEditor/**/out/
140+
Land/MonacoEditor/samples/browser-esm-parcel/.parcel-cache/
141+
Land/MonacoEditor/samples/browser-esm-parcel/dist/
142+
Land/MonacoEditor/samples/browser-esm-vite-react/dist/**/*.js
143+
Land/MonacoEditor/samples/browser-esm-webpack/dist/*.js
144+
Land/MonacoEditor/samples/browser-esm-webpack-monaco-plugin/dist/*.js
145+
Land/MonacoEditor/samples/browser-esm-webpack-small/dist/*.js
146+
Land/MonacoEditor/samples/browser-esm-webpack-typescript/dist/*.js
147+
Land/MonacoEditor/samples/browser-esm-webpack-typescript-react/dist/*.js
148+
Land/MonacoEditor/Source/language/typescript/lib/
149+
Land/MonacoEditor/test/manual/generated/
150+
Land/MonacoEditor/website/lib/
151+
Land/MonacoEditor/website/typedoc/monaco.d.ts
152+
Land/MonacoEditor/test/smoke/vite/dist
153+
Land/MonacoEditor/test/smoke/parcel/dist

.stylua.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
column_width = 120
2+
line_endings = "Unix"
3+
indent_type = "Tabs"
4+
indent_width = 4
5+
quote_style = "AutoPreferDouble"
6+
call_parentheses = "None"

Project

Submodule Project updated from 91e4d06 to fc5e88d

biome.json

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
3+
"files": {
4+
"ignore": [
5+
"**/Target/**/*",
6+
"**/Documentation/**/*",
7+
"**/dist/**/*",
8+
"**/*.astro"
9+
],
10+
"maxSize": 10000000
11+
},
12+
"formatter": {
13+
"enabled": true,
14+
"formatWithErrors": true,
15+
"indentStyle": "tab",
16+
"indentWidth": 4,
17+
"lineEnding": "lf",
18+
"lineWidth": 80
19+
},
20+
"javascript": {
21+
"formatter": {
22+
"arrowParentheses": "always",
23+
"bracketSameLine": true,
24+
"bracketSpacing": true,
25+
"enabled": true,
26+
"indentStyle": "tab",
27+
"indentWidth": 4,
28+
"jsxQuoteStyle": "double",
29+
"lineEnding": "lf",
30+
"lineWidth": 80,
31+
"quoteProperties": "asNeeded",
32+
"quoteStyle": "double",
33+
"semicolons": "always",
34+
"trailingCommas": "all"
35+
}
36+
},
37+
"json": {
38+
"formatter": {
39+
"enabled": true,
40+
"indentStyle": "tab",
41+
"indentWidth": 4,
42+
"lineEnding": "lf",
43+
"lineWidth": 80
44+
},
45+
"parser": {
46+
"allowComments": true
47+
}
48+
},
49+
"linter": {
50+
"enabled": true,
51+
"rules": {
52+
"a11y": {
53+
"all": true
54+
},
55+
"all": true,
56+
"complexity": {
57+
"all": true,
58+
"noExcessiveCognitiveComplexity": "off",
59+
"noForEach": "off",
60+
"useLiteralKeys": "off",
61+
"noUselessLoneBlockStatements": "off"
62+
},
63+
"correctness": {
64+
"all": true,
65+
"noUnusedVariables": "off"
66+
},
67+
"nursery": {
68+
"all": true,
69+
"useImportRestrictions": "off",
70+
"noUndeclaredDependencies": "off",
71+
"noConsole": "off",
72+
"useSortedClasses": "off"
73+
},
74+
"performance": {
75+
"all": true
76+
},
77+
"security": {
78+
"all": true
79+
},
80+
"style": {
81+
"all": true,
82+
"noDefaultExport": "off",
83+
"noUselessElse": "off",
84+
"useNamingConvention": "off",
85+
"useShorthandFunctionType": "off",
86+
"useFilenamingConvention": "off"
87+
},
88+
"suspicious": {
89+
"all": true,
90+
"noConsoleLog": "off"
91+
}
92+
}
93+
},
94+
"organizeImports": {
95+
"enabled": true
96+
},
97+
"vcs": {
98+
"clientKind": "git",
99+
"enabled": true,
100+
"useIgnoreFile": true
101+
}
102+
}

jsconfig.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"compilerOptions": {
3+
"module": "ESNext",
4+
"moduleResolution": "Node",
5+
"target": "ES2020",
6+
"jsx": "react",
7+
"esversion": 6,
8+
"strictNullChecks": true,
9+
"strictFunctionTypes": true
10+
},
11+
"exclude": ["node_modules"],
12+
"jshint.options": {
13+
"esversion": 6
14+
}
15+
}

pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
packages:
2-
- "Prototype/**"
2+
- "Project/**"

0 commit comments

Comments
 (0)