apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 160 forks source link

Reformat code in README.md to make it easier to read #210

Closed GetToSet closed 3 years ago

GetToSet commented 3 years ago

GitHub presents code in readme with tab size of 8 spaces, which results demo code in README.md hard to skim.

This pull request reformats all code snippets in README.md with preconfigured SwiftFormat configuration, replaces all tabs with for spaces, and adds a missing bracket in the third to last snippet.