Files
facebook-ios-sdk/.editorconfig
Cody Winton eefb37e9b6 Minor Updates for Scripts (#974)
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)
Pull Request resolved: https://github.com/facebook/facebook-objc-sdk/pull/974

Reviewed By: dreamolight

Differential Revision: D14653831

Pulled By: codytwinton

fbshipit-source-id: 11c08c9097a535aec8dc6903aeae9803aa89364b
2019-04-01 14:43:44 -07:00

14 lines
195 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
[*.pbxproj]
indent_size = 4
indent_style = tab