Skip to content

Run Prettier on firebird source files#212

Open
eumalin wants to merge 1 commit into
mainfrom
firebird/prettier-format
Open

Run Prettier on firebird source files#212
eumalin wants to merge 1 commit into
mainfrom
firebird/prettier-format

Conversation

@eumalin
Copy link
Copy Markdown
Contributor

@eumalin eumalin commented May 19, 2026

Runs Prettier over the 18 source files that had inconsistent formatting. The .prettierrc was already in the repo but hadn't been applied to all files. There are only whitespace, quotes, and line wrapping changes.

Here are the Prettier rules for reference:

{
"plugins": ["prettier-plugin-svelte"],
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120
}

Reviewing with "ignore whitespace" enabled (?w=1 on GitHub) may be helpful.

@eumalin eumalin marked this pull request as ready for review May 21, 2026 17:44
@eumalin eumalin requested a review from carylwyatt May 21, 2026 17:44
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.

1 participant