vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Mock object can be constructed with JSON and a URL response #101

Closed daneov closed 6 years ago

daneov commented 6 years ago

See #100 for more information.

I didn't see anything in regards to SwiftLint or SwiftFormat, so I did my best to replicate the existing style (2 spaces iso 4), but if you want it more consistent feel free to give me SwiftFormat options to run :)

vadymmarkov commented 6 years ago

Thanks @daneov! We use SwiftLint here and as far as I know it doesn't have a rule for indentation yet. But the style is correct in this PR 😉

daneov commented 6 years ago

Oh alright! Perhaps we could add it as a run script so it verifies this on build :) ?