Skip to content

chore: Format all files with "pnpm run format"#68

Merged
ocavue merged 1 commit into
loro-dev:mainfrom
kulla:puyGs-kulla-2025-12-28-21-27
Feb 19, 2026
Merged

chore: Format all files with "pnpm run format"#68
ocavue merged 1 commit into
loro-dev:mainfrom
kulla:puyGs-kulla-2025-12-28-21-27

Conversation

@kulla

@kulla kulla commented Dec 28, 2025

Copy link
Copy Markdown
Contributor

I noticed in #67 that some files aren't formatted with prettier, see:
2025-12-28-222821_906x386_scrot

For avoiding unnecessary format changes in further PRs (my IDE is setup to run prettier on every save), this PR updates all formats.

Copilot AI review requested due to automatic review settings December 28, 2025 21:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR applies prettier formatting to all files in the codebase to ensure consistent code style and prevent unnecessary formatting changes in future PRs. The changes are purely cosmetic with no logic modifications.

  • Standardizes indentation (2 spaces) across all TypeScript files
  • Formats multi-line imports and function calls consistently
  • Ensures quote consistency in YAML configuration files

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/sync-plugin.ts Adjusts indentation for type definitions, empty function body, and function call parameters
src/lib.ts Collapses multi-line function signature to single line
src/index.ts Formats multi-line exports for better readability
src/cursor/common.ts Formats imports and adjusts indentation for function call parameters
src/cursor/awareness.ts Formats imports and collapses multi-line function calls
pnpm-workspace.yaml Changes quote style from single to double quotes for consistency
examples/stories/src/stories/Editor.stories.tsx Formats imports and splits long conditional statements across multiple lines

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ocavue
ocavue merged commit 32effb5 into loro-dev:main Feb 19, 2026
7 checks passed
@kulla
kulla deleted the puyGs-kulla-2025-12-28-21-27 branch March 1, 2026 18:33
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.

3 participants