Skip to content

Feature/add editorconfig for consistent formatting#32

Merged
aviralgarg05 merged 1 commit into
aviralgarg05:mainfrom
ignorant05:feature/Add-editorconfig-for-consistent-formatting
Dec 8, 2025
Merged

Feature/add editorconfig for consistent formatting#32
aviralgarg05 merged 1 commit into
aviralgarg05:mainfrom
ignorant05:feature/Add-editorconfig-for-consistent-formatting

Conversation

@ignorant05

Copy link
Copy Markdown
Contributor

Summary

Checklist

  • Linked issue (or explained why not)
  • Docs updated (README/CHANGELOG/inline)
  • Added or updated tests
  • Follows Code of Conduct

Additional Notes

  • Noting to add, but feel free to mention me if i'm missing something.

@continue

continue Bot commented Dec 7, 2025

Copy link
Copy Markdown

Keep this PR in a mergeable state →

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adds an .editorconfig file to establish consistent formatting conventions across the codebase. The configuration aligns well with the existing code style in the mixed Rust/Python project.

  • Defines global formatting rules (4-space indentation, LF line endings, UTF-8, trailing whitespace trimming)
  • Specifies language-specific overrides for YAML (2 spaces), TOML (2 spaces), Makefiles (tabs), and Markdown (preserve trailing whitespace)
  • Ensures consistency for shell scripts with explicit LF line endings

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

@aviralgarg05 aviralgarg05 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thanks for the contribution

@aviralgarg05 aviralgarg05 merged commit 4885902 into aviralgarg05:main Dec 8, 2025
9 checks passed
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