Skip to content

chore(format): apply oxfmt formatting to TOML files#139

Merged
ryoppippi merged 1 commit intomainfrom
fix/toml-formatting
Feb 4, 2026
Merged

chore(format): apply oxfmt formatting to TOML files#139
ryoppippi merged 1 commit intomainfrom
fix/toml-formatting

Conversation

@ryoppippi
Copy link
Copy Markdown
Contributor

@ryoppippi ryoppippi commented Feb 4, 2026

Summary

  • Apply consistent TOML formatting via treefmt/oxfmt
  • Use 2-space indentation for arrays in pyproject.toml and .gitleaks.toml
  • Inline short arrays where appropriate

Test plan

  • CI passes with just lint

Summary by cubic

Applied oxfmt formatting to pyproject.toml and .gitleaks.toml for consistent TOML style. Arrays now use 2-space indentation and short arrays are inlined; no functional changes.

Written for commit 79f8ca6. Summary will update on new commits.

Apply consistent TOML formatting via treefmt/oxfmt:
- Use 2-space indentation for arrays
- Inline short arrays where appropriate
Copilot AI review requested due to automatic review settings February 4, 2026 12:09
@ryoppippi ryoppippi changed the title style: apply oxfmt formatting to TOML files chore(format): apply oxfmt formatting to TOML files Feb 4, 2026
@ryoppippi ryoppippi merged commit 2d1b315 into main Feb 4, 2026
19 checks passed
@ryoppippi ryoppippi deleted the fix/toml-formatting branch February 4, 2026 12:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Applies automated oxfmt/treefmt formatting to TOML configuration files to standardize array indentation and inline short arrays.

Changes:

  • Reformats pyproject.toml arrays to 2-space indentation and inlines short arrays where appropriate.
  • Inlines .gitleaks.toml allowlist paths array into a single line.

Reviewed changes

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

File Description
pyproject.toml Normalizes TOML formatting (indentation + inline arrays) without changing declared dependencies/config.
.gitleaks.toml Reformats allowlist paths array to a single-line representation.

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

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

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.

2 participants