Skip to content

chore: add editorconfig - #5

Merged
idleberg merged 15 commits into
mainfrom
feature/formatting
Dec 30, 2025
Merged

chore: add editorconfig#5
idleberg merged 15 commits into
mainfrom
feature/formatting

Conversation

@idleberg

Copy link
Copy Markdown
Member

No description provided.

@idleberg
idleberg requested a review from Copilot December 30, 2025 16:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request applies consistent code formatting across Java instruction and utility classes by adding an editorconfig file. The changes standardize code style including brace placement, indentation, and Javadoc formatting.

  • Moves opening braces to same line as declarations (K&R style)
  • Standardizes Javadoc formatting with proper spacing
  • Unifies single-line conditional statements
  • Applies consistent indentation throughout

Reviewed changes

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

File Description
All instruction files Reformatted to follow editorconfig rules with consistent brace placement and indentation
Utility.java Applied same formatting standards as instruction classes

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

@idleberg
idleberg marked this pull request as ready for review December 30, 2025 17:11
@idleberg
idleberg merged commit d08e381 into main Dec 30, 2025
4 checks passed
@idleberg
idleberg deleted the feature/formatting branch December 30, 2025 17:11
idleberg added a commit that referenced this pull request Dec 30, 2025
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