Skip to content

Add a minimal .editorconfig for cross-editor consistency#80

Open
Vrindakr3300 wants to merge 1 commit into
devantler-tech:mainfrom
Vrindakr3300:add-editorconfig
Open

Add a minimal .editorconfig for cross-editor consistency#80
Vrindakr3300 wants to merge 1 commit into
devantler-tech:mainfrom
Vrindakr3300:add-editorconfig

Conversation

@Vrindakr3300
Copy link
Copy Markdown

Summary

Adds a minimal .editorconfig file to provide consistent editor behavior across environments.

Changes

  • UTF-8 charset
  • LF line endings
  • Final newline insertion
  • Trailing whitespace trimming
  • Tab indentation for Go files
  • 2-space indentation for YAML, JSON, and Markdown files

Fixes #78

Copilot AI review requested due to automatic review settings May 31, 2026 09:49
Copy link
Copy Markdown

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

Note

Copilot was unable to run its full agentic suite in this review.

Adds an .editorconfig file to enforce consistent file formatting across editors for the repository.

Changes:

  • Sets baseline formatting rules (UTF-8, LF line endings, final newline, trim trailing whitespace) for all files.
  • Configures Go files to use tab indentation.
  • Configures YAML, JSON, and Markdown files to use 2-space indentation.

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

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.

Add a minimal .editorconfig for cross-editor consistency

2 participants