diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-03-06 02:18:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-03-06 02:18:40 +0900 |
| commit | 46f9ba5d8c295454381655e6ec02ad3cf8bd79db (patch) | |
| tree | c54719cb129ee05f96c4898219588062f71daa36 /worker/php/package.json | |
| parent | 27f509ccf4fbfeaa1bc2580ae2251461dc44ebfa (diff) | |
| download | phperkaigi-2026-albatross-46f9ba5d8c295454381655e6ec02ad3cf8bd79db.tar.gz phperkaigi-2026-albatross-46f9ba5d8c295454381655e6ec02ad3cf8bd79db.tar.zst phperkaigi-2026-albatross-46f9ba5d8c295454381655e6ec02ad3cf8bd79db.zip | |
style: switch from tab to space indentation in frontend and worker/php
Update biome.json indentStyle from "tab" to "space" and reformat all
files in both workspaces.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'worker/php/package.json')
| -rw-r--r-- | worker/php/package.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/worker/php/package.json b/worker/php/package.json index 12127bd..2430199 100644 --- a/worker/php/package.json +++ b/worker/php/package.json @@ -1,19 +1,19 @@ { - "name": "albatross-2026-worker-php", - "private": true, - "type": "module", - "main": "index.mjs", - "scripts": { - "check": "npm run check:biome", - "check:biome": "biome check --write", - "test": "vitest run" - }, - "dependencies": { - "@hono/node-server": "^1.19.9", - "hono": "^4.11.9" - }, - "devDependencies": { - "@biomejs/biome": "^2.3.15", - "vitest": "^3.2.1" - } + "name": "albatross-2026-worker-php", + "private": true, + "type": "module", + "main": "index.mjs", + "scripts": { + "check": "npm run check:biome", + "check:biome": "biome check --write", + "test": "vitest run" + }, + "dependencies": { + "@hono/node-server": "^1.19.9", + "hono": "^4.11.9" + }, + "devDependencies": { + "@biomejs/biome": "^2.3.15", + "vitest": "^3.2.1" + } } |
