Files
facebook-ios-sdk/.prettierrc.yml
Cody Winton 28dfc3e16f Conversion to Continuous Release (#949)
Summary:
Thanks for proposing a pull request.

To help us review the request, please complete the following:

- [X] sign [contributor license agreement](https://developers.facebook.com/opensource/cla)
- [X] describe the change (for example, what happens before the change, and after the change)

Converted project to structure that best supports continuous release process:

- Updated scripts accordingly
- Added `RELEASING.md` file for documentation
Pull Request resolved: https://github.com/facebook/facebook-objc-sdk/pull/949

Reviewed By: jingping2015

Differential Revision: D14112836

Pulled By: codytwinton

fbshipit-source-id: 740ce8956f2af5a45f7a8ad32e4496cce5046606
2019-02-15 16:39:54 -08:00

10 lines
130 B
YAML

---
printWidth: 120
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
jsxSingleQuote: true
proseWrap: always
endOfLine: lf