Skip to content

Commit f6c242d

Browse files
committed
chore: add IDE config files (6 added, 1 modified)
1 parent 751c761 commit f6c242d

7 files changed

Lines changed: 383 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ README.md
1616
.eslintcache
1717
.turbo
1818
.tnmsc.json
19+
!libraries/init-bundle/public/.idea/
20+
!libraries/init-bundle/public/.idea/**
21+
!libraries/init-bundle/public/.vscode/
22+
!libraries/init-bundle/public/.vscode/**
23+
!libraries/init-bundle/public/.editorconfig
1924
cli/npm/**/*.node
2025
libraries/**/dist/*.node
2126
**/target/
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
tab_width = 2
8+
max_line_length = 160
9+
indent_style = space
10+
insert_final_newline = true
11+
12+
[*.md]
13+
max_line_length = off
14+
15+
[*.toon]
16+
indent_size = 1
17+
tab_width = 1
18+
19+
[Makefile]
20+
indent_style = tab
21+
22+
[.gitmodules]
23+
indent_style = tab
24+
25+
[.gitconfig]
26+
indent_style = tab

libraries/init-bundle/public/.idea/.gitignore

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/init-bundle/public/.idea/codeStyles/Project.xml

Lines changed: 176 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/init-bundle/public/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"recommendations": [
3+
"ms-ceintl.vscode-language-pack-zh-hans",
4+
"dbaeumer.vscode-eslint",
5+
"vue.volar",
6+
"dcloud-ide.hbuilderx-language-services",
7+
"antfu.unocss",
8+
"antfu.iconify",
9+
"unifiedjs.vscode-mdx",
10+
"k--kato.intellij-idea-keybindings",
11+
"ms-playwright.playwright",
12+
"vitest.explorer",
13+
"biomejs.biome",
14+
"sst-dev.opencode",
15+
"jetbrains.kotlin",
16+
"vscjava.vscode-java-pack",
17+
"github.vscode-github-actions"
18+
]
19+
}
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
4+
"editor.codeActionsOnSave": {
5+
"source.fixAll": "never",
6+
"source.organizeImports": "never",
7+
"source.sortMembers": "never"
8+
},
9+
"files.autoSave": "afterDelay",
10+
"files.autoSaveDelay": 500,
11+
"editor.formatOnSave": false,
12+
"[markdown]": {
13+
"editor.wordWrap": "off"
14+
},
15+
"explorer.fileNesting.enabled": true,
16+
"explorer.fileNesting.expand": false,
17+
"explorer.fileNesting.patterns": {
18+
"manifest.json": "pages.json, shime-uni.d.ts, uni.scss",
19+
"main.ts": "env.d.ts",
20+
".env.example": ".env*",
21+
"*.ts": "$(capture).js, $(capture).d.ts, $(capture).*.ts, $(capture).*.js",
22+
"README.md": "LICENSE, .gitconfig, .editorconfig, .gitmodules, .gitattributes, *.code-workspace",
23+
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, pnpm-workspace.yaml, .node-version, turbo.json, .npmignore, .npmrc",
24+
".env": ".env.local, .env.*.local",
25+
"tsconfig.json": "tsconfig.*.json, env.d.ts, tsconfig.*.tsbuildinfo, tsconfig.tsbuildinfo",
26+
"AGENTS.md": "GEMINI.md, WARP.md, CLAUDE.md",
27+
".gitignore": ".dockerignore, .cursorignore, .kiroignore, .qoderignore, .warpindexignore, .aiignore",
28+
"tsdown.config.ts": "vitest.config.ts, vite.config.ts, eslint.config.ts",
29+
"vite.config.ts": "index.html, vitest.config.ts",
30+
"Cargo.toml": "Cargo.lock, tauri.conf.json",
31+
"next.config.ts": "vitest.config.ts, vite.config.ts, eslint.config.ts, postcss.config.mjs, next-env.d.ts, components.json"
32+
},
33+
"workbench.sideBar.location": "left",
34+
"workbench.editor.openPositioning": "left",
35+
"workbench.editor.openSideBySideDirection": "right",
36+
"workbench.editor.limit.enabled": true,
37+
"workbench.editor.limit.value": 2,
38+
"workbench.editor.limit.perEditorGroup": true,
39+
"diffEditor.renderSideBySide": false,
40+
"diffEditor.hideUnchangedRegions.enabled": true,
41+
"scm.defaultViewMode": "tree",
42+
"editor.rulers": [
43+
2,
44+
4,
45+
80,
46+
160
47+
],
48+
"editor.fontFamily": "JetBrains Mono",
49+
"editor.fontLigatures": true,
50+
"kiroAgent.notifications.agent.failure": true,
51+
"kiroAgent.enableDebugLogs": true,
52+
"kiroAgent.notifications.agent.success": true,
53+
"kiroAgent.configureMCP": "Enabled",
54+
"scss.validate": false,
55+
"css.validate": false,
56+
"accessibility.signals.lineHasBreakpoint": {
57+
"sound": "on"
58+
},
59+
"accessibility.signals.lineHasError": {
60+
"sound": "on"
61+
},
62+
"accessibility.signals.lineHasFoldedArea": {
63+
"sound": "on"
64+
},
65+
"accessibility.signals.lineHasInlineSuggestion": {
66+
"sound": "on"
67+
},
68+
"accessibility.signals.lineHasWarning": {
69+
"sound": "on"
70+
},
71+
"accessibility.signals.noInlayHints": {
72+
"sound": "on"
73+
},
74+
"accessibility.signals.notebookCellCompleted": {
75+
"sound": "on"
76+
},
77+
"accessibility.signals.notebookCellFailed": {
78+
"sound": "on"
79+
},
80+
"accessibility.signals.onDebugBreak": {
81+
"sound": "on"
82+
},
83+
"accessibility.signals.taskCompleted": {
84+
"sound": "on"
85+
},
86+
"accessibility.signals.taskFailed": {
87+
"sound": "on"
88+
},
89+
"accessibility.signals.terminalBell": {
90+
"sound": "on"
91+
},
92+
"accessibility.signals.terminalCommandFailed": {
93+
"sound": "on"
94+
},
95+
"accessibility.signals.terminalCommandSucceeded": {
96+
"sound": "on"
97+
},
98+
"accessibility.signals.terminalQuickFix": {
99+
"sound": "on"
100+
},
101+
"accessibility.signals.diffLineDeleted": {
102+
"sound": "on"
103+
},
104+
"accessibility.signals.diffLineInserted": {
105+
"sound": "on"
106+
},
107+
"accessibility.signals.diffLineModified": {
108+
"sound": "on"
109+
},
110+
"accessibility.signals.positionHasError": {
111+
"sound": "on"
112+
},
113+
"accessibility.signals.positionHasWarning": {
114+
"sound": "on"
115+
},
116+
"accessibility.signals.save": {
117+
"sound": "always"
118+
},
119+
"accessibility.signals.format": {
120+
"sound": "always"
121+
},
122+
"accessibility.signals.voiceRecordingStarted": {
123+
"sound": "on"
124+
},
125+
"accessibility.signals.voiceRecordingStopped": {
126+
"sound": "on"
127+
},
128+
"accessibility.signals.clear": {
129+
"sound": "on"
130+
},
131+
"accessibility.signals.progress": {
132+
"sound": "on"
133+
},
134+
"kiroAgent.experiments": {
135+
136+
}
137+
}

0 commit comments

Comments
 (0)