Skip to content

Add .editorconfig matching the project's TypeScript style (#28) - #39

Merged
paulieb89 merged 1 commit into
mainfrom
chore/editorconfig-28
Jul 16, 2026
Merged

Add .editorconfig matching the project's TypeScript style (#28)#39
paulieb89 merged 1 commit into
mainfrom
chore/editorconfig-28

Conversation

@paulieb89

Copy link
Copy Markdown
Contributor

Adds a root .editorconfig codifying the conventions already uniform across the codebase: 2-space indent, LF line endings, UTF-8, final newline, trimmed trailing whitespace; *.md exempt from trailing-whitespace trimming (Markdown hard line breaks).

Provenance

This completes the work authored by the deepseek-v4-flash agent session on #28. That session inspected 22 source files, produced this exact file, and verified it locally (git diff --check clean, typecheck 0, 15 tests pass, build ok) — but parked before git push because agent/skills/implement-issue/SKILL.md step 10 told it to request approval. A maintainer is landing the finished artifact; the stale skill instruction is fixed in a separate PR.

Verification

  • git diff --cached --check clean
  • npm run typecheck exit 0

Closes #28

Codifies the conventions already uniform across the codebase (verified
by inspecting agent/, tests/, config, and docs): 2-space indent, LF,
UTF-8, final newline, trimmed trailing whitespace. Markdown is exempt
from trailing-whitespace trimming because it uses two trailing spaces
for hard line breaks.

Completes the work authored by the deepseek-v4-flash agent session on
#28, which produced and locally verified this exact file but parked
before pushing (stale implement-issue skill step 10 — fixed separately).

Closes #28

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evolve Ready Ready Preview, Comment Jul 16, 2026 1:14pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[agent] Add .editorconfig matching the project's TypeScript style

1 participant