Skip to content

Conversation

@Brett-Best
Copy link
Contributor

Adds a barebones .editorconfig file so I can edit the swift code without the indentation changing because my Xcode settings are different to what is used for this project.

Copilot AI review requested due to automatic review settings December 13, 2025 16:35
@Brett-Best Brett-Best force-pushed the chore/add-editorconfig branch from f83cf4c to 8f06c0e Compare December 13, 2025 16:35
Copy link

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

This PR adds a .editorconfig file to enforce consistent indentation settings (4 spaces) for Swift files across different editors. Additionally, it includes support for Swift 6.2.3 compiler version by updating the version detection logic and tests.

  • Adds .editorconfig with basic Swift indentation rules
  • Adds Swift 6.2.3 version constant to SwiftVersion model
  • Updates version detection tests to handle Swift 6.2.3 compiler

Reviewed changes

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

File Description
.editorconfig Adds editor configuration for Swift files with 4-space indentation
Source/SwiftLintCore/Models/SwiftVersion.swift Adds Swift 6.2.3 version constant
Tests/FrameworkTests/SwiftVersionTests.swift Updates compiler version detection test to include Swift 6.2.3

Copy link

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

@Brett-Best Brett-Best force-pushed the chore/add-editorconfig branch from 8f06c0e to ef79308 Compare December 13, 2025 16:51
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.

1 participant