wtimme / OSM-Completionist

⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
ISC License
18 stars 4 forks source link

Add SwiftFormat to the project #53

Closed wtimme closed 3 years ago

wtimme commented 4 years ago

User Story

As a developer, I want the Swift code to be automatically formatted, so that the project has a consistent coding style

Acceptance Criterias

wtimme commented 3 years ago

With the most recent commits, I have added a configuration file for SwiftFormat that excludes the src/ directory. I think this is a good approach, since the files in the src/ directory are more or less "under control" of the main GoMap repository, and should be formatted there in order to avoid merge conflicts.