Skip to content

Commit d2a5c83

Browse files
committed
chore: changed indent style to space/soft tabs
1 parent c5d9dfc commit d2a5c83

File tree

191 files changed

+8535
-8517
lines changed

Some content is hidden

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

191 files changed

+8535
-8517
lines changed

.cursor/mcp.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"mcpServers": {
3-
"mastra": {
4-
"args": ["-y", "@mastra/mcp-docs-server"],
5-
"command": "npx"
6-
}
7-
}
2+
"mcpServers": {
3+
"mastra": {
4+
"args": ["-y", "@mastra/mcp-docs-server"],
5+
"command": "npx"
6+
}
7+
}
88
}

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
# Soft tabs with 2 spaces
11+
indent_style = space
12+
indent_size = 2

.github/renovate.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"automerge": true,
4-
"extends": ["config:base"],
5-
"npm": {
6-
"fileMatch": ["(^|/)package\\.json$", "(^|/)package\\.json\\.hbs$"]
7-
},
8-
"packageRules": [
9-
{
10-
"enabled": false,
11-
"matchPackagePatterns": ["^@acme/"]
12-
}
13-
],
14-
"rangeStrategy": "bump",
15-
"updateInternalDeps": true
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"automerge": true,
4+
"extends": ["config:base"],
5+
"npm": {
6+
"fileMatch": ["(^|/)package\\.json$", "(^|/)package\\.json\\.hbs$"]
7+
},
8+
"packageRules": [
9+
{
10+
"enabled": false,
11+
"matchPackagePatterns": ["^@acme/"]
12+
}
13+
],
14+
"rangeStrategy": "bump",
15+
"updateInternalDeps": true
1616
}

.vscode/extensions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"recommendations": [
3-
"biomejs.biome",
4-
"bradlc.vscode-tailwindcss",
5-
"deque-systems.vscode-axe-linter",
6-
"yoavbls.pretty-ts-errors"
7-
]
2+
"recommendations": [
3+
"biomejs.biome",
4+
"bradlc.vscode-tailwindcss",
5+
"deque-systems.vscode-axe-linter",
6+
"yoavbls.pretty-ts-errors"
7+
]
88
}

.vscode/launch.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"configurations": [
3-
{
4-
"command": "pnpm dev",
5-
"cwd": "${workspaceFolder}/apps/nextjs",
6-
"name": "Next.js",
7-
"request": "launch",
8-
"skipFiles": ["<node_internals>/**"],
9-
"sourceMapPathOverrides": {
10-
"/turbopack/[project]/*": "${webRoot}/*" //https://github.com/vercel/next.js/issues/62008
11-
},
12-
"sourceMaps": true,
13-
"type": "node-terminal"
14-
}
15-
],
16-
"version": "0.2.0"
2+
"configurations": [
3+
{
4+
"command": "pnpm dev",
5+
"cwd": "${workspaceFolder}/apps/nextjs",
6+
"name": "Next.js",
7+
"request": "launch",
8+
"skipFiles": ["<node_internals>/**"],
9+
"sourceMapPathOverrides": {
10+
"/turbopack/[project]/*": "${webRoot}/*" //https://github.com/vercel/next.js/issues/62008
11+
},
12+
"sourceMaps": true,
13+
"type": "node-terminal"
14+
}
15+
],
16+
"version": "0.2.0"
1717
}

.vscode/settings.json

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
{
2-
"[javascript]": {
3-
"editor.defaultFormatter": "biomejs.biome"
4-
},
5-
"[json]": {
6-
"editor.defaultFormatter": "biomejs.biome",
7-
"editor.formatOnSave": false
8-
},
9-
"[shellscript]": {
10-
"editor.defaultFormatter": "foxundermoon.shell-format"
11-
},
12-
"[typescript]": {
13-
"editor.defaultFormatter": "biomejs.biome"
14-
},
15-
"[typescriptreact]": {
16-
"editor.defaultFormatter": "biomejs.biome"
17-
},
18-
"editor.codeActionsOnSave": {
19-
"source.fixAll.biome": "explicit",
20-
"source.fixAll.eslint": "explicit"
21-
},
22-
"editor.defaultFormatter": "biomejs.biome",
23-
"editor.formatOnSave": true,
24-
"editor.tabSize": 2,
25-
"gitlens.remotes": [
26-
{
27-
"domain": "www.github.com",
28-
"type": "GitHub"
29-
}
30-
],
31-
"liveshare.connectionMode": "relay",
32-
"liveshare.launcherClient": "visualStudioCode",
33-
"markdownlint.config": {
34-
"MD033": false // allow inline HTML
35-
},
36-
"tailwindCSS.experimental.configFile": "./apps/web/src/app/globals.css",
37-
"typescript.tsdk": "node_modules/typescript/lib",
38-
"yaml.schemas": {
39-
"https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
40-
}
2+
"[javascript]": {
3+
"editor.defaultFormatter": "biomejs.biome"
4+
},
5+
"[json]": {
6+
"editor.defaultFormatter": "biomejs.biome",
7+
"editor.formatOnSave": false
8+
},
9+
"[shellscript]": {
10+
"editor.defaultFormatter": "foxundermoon.shell-format"
11+
},
12+
"[typescript]": {
13+
"editor.defaultFormatter": "biomejs.biome"
14+
},
15+
"[typescriptreact]": {
16+
"editor.defaultFormatter": "biomejs.biome"
17+
},
18+
"editor.codeActionsOnSave": {
19+
"source.fixAll.biome": "explicit",
20+
"source.fixAll.eslint": "explicit"
21+
},
22+
"editor.defaultFormatter": "biomejs.biome",
23+
"editor.detectIndentation": false,
24+
"editor.formatOnSave": true,
25+
"editor.insertSpaces": true,
26+
"editor.tabSize": 2,
27+
"gitlens.remotes": [
28+
{
29+
"domain": "www.github.com",
30+
"type": "GitHub"
31+
}
32+
],
33+
"liveshare.connectionMode": "relay",
34+
"liveshare.launcherClient": "visualStudioCode",
35+
"markdownlint.config": {
36+
"MD033": false // allow inline HTML
37+
},
38+
"tailwindCSS.experimental.configFile": "./apps/web/src/app/globals.css",
39+
"typescript.tsdk": "node_modules/typescript/lib",
40+
"yaml.schemas": {
41+
"https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
42+
}
4143
}

apps/drizzle-studio/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@acme/drizzle-studio",
3-
"version": "0.0.0",
4-
"private": true,
5-
"type": "module",
6-
"scripts": {
7-
"dev": "NODE_ENV=development pnpm with-env pnpm --filter=db studio",
8-
"with-env": "dotenv -e ../../.env --"
9-
},
10-
"devDependencies": {
11-
"@acme/db": "workspace:*",
12-
"dotenv-cli": "^8.0.0"
13-
}
2+
"name": "@acme/drizzle-studio",
3+
"version": "0.0.0",
4+
"private": true,
5+
"type": "module",
6+
"scripts": {
7+
"dev": "NODE_ENV=development pnpm with-env pnpm --filter=db studio",
8+
"with-env": "dotenv -e ../../.env --"
9+
},
10+
"devDependencies": {
11+
"@acme/db": "workspace:*",
12+
"dotenv-cli": "^8.0.0"
13+
}
1414
}

apps/drizzle-studio/turbo.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"$schema": "https://turborepo.org/schema.json",
3-
"extends": ["//"],
4-
"tasks": {
5-
"dev": {
6-
"persistent": true
7-
}
8-
}
2+
"$schema": "https://turborepo.org/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"dev": {
6+
"persistent": true
7+
}
8+
}
99
}

apps/localtunnel/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "@acme/localtunnel",
3-
"version": "0.0.0",
4-
"private": true,
5-
"type": "module",
6-
"scripts": {
7-
"check": "biome check",
8-
"clean": "git clean -xdf .cache .next .turbo node_modules tsconfig.tsbuildinfo",
9-
"dev": "NODE_ENV=development pnpm with-env concurrently \"pnpm watch\" \"pnpm tunnel\"",
10-
"tunnel": "pnpm with-env sh -c 'pnpm lt --port $LOCALTUNNEL_PORT --subdomain $LOCALTUNNEL_SUBDOMAIN'",
11-
"typecheck": "tsc --noEmit",
12-
"watch": "pnpm with-env tsx watch ./src/main.ts",
13-
"with-env": "dotenv -e ../../.env --"
14-
},
15-
"devDependencies": {
16-
"@acme/db": "workspace:*",
17-
"@acme/tsconfig": "workspace:*",
18-
"@biomejs/biome": "^2.0.6",
19-
"@types/express": "^5.0.3",
20-
"@types/localtunnel": "^2.0.4",
21-
"@types/node": "^22.15.29",
22-
"concurrently": "^9.2.0",
23-
"dotenv-cli": "^8.0.0",
24-
"express": "^5.1.0",
25-
"localtunnel": "^2.0.2",
26-
"tsx": "^4.20.3",
27-
"zod": "^3.25.71"
28-
}
2+
"name": "@acme/localtunnel",
3+
"version": "0.0.0",
4+
"private": true,
5+
"type": "module",
6+
"scripts": {
7+
"check": "biome check",
8+
"clean": "git clean -xdf .cache .next .turbo node_modules tsconfig.tsbuildinfo",
9+
"dev": "NODE_ENV=development pnpm with-env concurrently \"pnpm watch\" \"pnpm tunnel\"",
10+
"tunnel": "pnpm with-env sh -c 'pnpm lt --port $LOCALTUNNEL_PORT --subdomain $LOCALTUNNEL_SUBDOMAIN'",
11+
"typecheck": "tsc --noEmit",
12+
"watch": "pnpm with-env tsx watch ./src/main.ts",
13+
"with-env": "dotenv -e ../../.env --"
14+
},
15+
"devDependencies": {
16+
"@acme/db": "workspace:*",
17+
"@acme/tsconfig": "workspace:*",
18+
"@biomejs/biome": "^2.0.6",
19+
"@types/express": "^5.0.3",
20+
"@types/localtunnel": "^2.0.4",
21+
"@types/node": "^22.15.29",
22+
"concurrently": "^9.2.0",
23+
"dotenv-cli": "^8.0.0",
24+
"express": "^5.1.0",
25+
"localtunnel": "^2.0.2",
26+
"tsx": "^4.20.3",
27+
"zod": "^3.25.71"
28+
}
2929
}

apps/localtunnel/src/env.ts

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ import { createEnv } from "@t3-oss/env-nextjs";
22
import { z } from "zod";
33

44
export const env = createEnv({
5-
/**
6-
* Destructure all variables from `process.env` to make sure they aren't tree-shaken away.
7-
*/
8-
experimental__runtimeEnv: {
9-
NODE_ENV: process.env.NODE_ENV,
10-
},
11-
/**
12-
* Specify your server-side environment variables schema here.
13-
* This way you can ensure the app isn't built with invalid env vars.
14-
*/
15-
server: {
16-
LOCALTUNNEL_PORT: z.string().transform(Number),
17-
LOCALTUNNEL_SUBDOMAIN: z.string(),
18-
NEXT_JS_URL: z.string().url().default("http://localhost:3000"),
19-
SUPABASE_SECRET: z.string(),
20-
},
21-
shared: {
22-
NODE_ENV: z
23-
.enum(["development", "production", "test"])
24-
.default("development"),
25-
},
26-
skipValidation:
27-
!!process.env.CI || process.env.npm_lifecycle_event === "lint",
5+
/**
6+
* Destructure all variables from `process.env` to make sure they aren't tree-shaken away.
7+
*/
8+
experimental__runtimeEnv: {
9+
NODE_ENV: process.env.NODE_ENV,
10+
},
11+
/**
12+
* Specify your server-side environment variables schema here.
13+
* This way you can ensure the app isn't built with invalid env vars.
14+
*/
15+
server: {
16+
LOCALTUNNEL_PORT: z.string().transform(Number),
17+
LOCALTUNNEL_SUBDOMAIN: z.string(),
18+
NEXT_JS_URL: z.string().url().default("http://localhost:3000"),
19+
SUPABASE_SECRET: z.string(),
20+
},
21+
shared: {
22+
NODE_ENV: z
23+
.enum(["development", "production", "test"])
24+
.default("development"),
25+
},
26+
skipValidation:
27+
!!process.env.CI || process.env.npm_lifecycle_event === "lint",
2828
});

0 commit comments

Comments
 (0)