Skip to content

Commit 347529f

Browse files
committed
style: 2 space indentation
1 parent 0dc0d7a commit 347529f

File tree

153 files changed

+7263
-7260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+7263
-7260
lines changed

.gemini/settings.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"mcpServers": {
3-
"workspace-developer": {
4-
"httpUrl": "https://workspace-developer.goog/mcp",
5-
"trust": true
6-
}
7-
},
8-
"tools": {
9-
"allowed": [
10-
"run_shell_command(pnpm install)",
11-
"run_shell_command(pnpm format)",
12-
"run_shell_command(pnpm lint)",
13-
"run_shell_command(pnpm check)",
14-
"run_shell_command(pnpm test)"
15-
]
16-
}
2+
"mcpServers": {
3+
"workspace-developer": {
4+
"httpUrl": "https://workspace-developer.goog/mcp",
5+
"trust": true
6+
}
7+
},
8+
"tools": {
9+
"allowed": [
10+
"run_shell_command(pnpm install)",
11+
"run_shell_command(pnpm format)",
12+
"run_shell_command(pnpm lint)",
13+
"run_shell_command(pnpm check)",
14+
"run_shell_command(pnpm test)"
15+
]
16+
}
1717
}

.github/linters/.htmlhintrc

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"tagname-lowercase": true,
3-
"attr-lowercase": true,
4-
"attr-value-double-quotes": true,
5-
"attr-value-not-empty": false,
6-
"attr-no-duplication": true,
7-
"doctype-first": false,
8-
"tag-pair": true,
9-
"tag-self-close": false,
10-
"spec-char-escape": false,
11-
"id-unique": true,
12-
"src-not-empty": true,
13-
"title-require": false,
14-
"alt-require": true,
15-
"doctype-html5": true,
16-
"id-class-value": false,
17-
"style-disabled": false,
18-
"inline-style-disabled": false,
19-
"inline-script-disabled": false,
20-
"space-tab-mixed-disabled": "space",
21-
"id-class-ad-disabled": false,
22-
"href-abs-or-rel": false,
23-
"attr-unsafe-chars": true,
24-
"head-script-disabled": false
2+
"tagname-lowercase": true,
3+
"attr-lowercase": true,
4+
"attr-value-double-quotes": true,
5+
"attr-value-not-empty": false,
6+
"attr-no-duplication": true,
7+
"doctype-first": false,
8+
"tag-pair": true,
9+
"tag-self-close": false,
10+
"spec-char-escape": false,
11+
"id-unique": true,
12+
"src-not-empty": true,
13+
"title-require": false,
14+
"alt-require": true,
15+
"doctype-html5": true,
16+
"id-class-value": false,
17+
"style-disabled": false,
18+
"inline-style-disabled": false,
19+
"inline-script-disabled": false,
20+
"space-tab-mixed-disabled": "space",
21+
"id-class-ad-disabled": false,
22+
"href-abs-or-rel": false,
23+
"attr-unsafe-chars": true,
24+
"head-script-disabled": false
2525
}

0 commit comments

Comments
 (0)