chore: add .editorconfig for consistent coding styles#157
Conversation
|
@Ashvin-KS is attempting to deploy a commit to the vaibhav's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds an .editorconfig to standardize formatting across the repository, aligning editor behavior for consistent whitespace, line endings, and encoding.
Changes:
- Introduces repository-wide EditorConfig defaults (2-space indentation, LF, UTF-8, trimming whitespace, final newline).
- Adds a Markdown-specific override to preserve trailing whitespace (useful for hard line breaks in Markdown).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hey @Vaibhav-kesarwani, this PR adds an |
|
Hey @Vaibhav-kesarwani, just a friendly reminder on this .editorconfig PR. The Vercel deploy needs your authorization. Happy to help with anything else! |
|
Hi @Vaibhav-kesarwani, could you add the |
Adds .editorconfig to maintain consistent formatting across different editors and IDEs. Closes Vaibhav-kesarwani#150
8060571 to
2d9f5e5
Compare
Closes #150
Adds .editorconfig\ to enforce consistent indentation (2 spaces), line endings (LF), and UTF-8 encoding across the project.