Increase line-width of Declarations.yaml (#18050)
authorJunji Hashimoto <junji.hashimoto@gree.net>
Tue, 19 Mar 2019 03:44:05 +0000 (20:44 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 19 Mar 2019 03:49:05 +0000 (20:49 -0700)
commitafb2f2424a8509b2fc32f38a5b9ba88b91ec7a63
treecac23d731ea8bd912b80ba47bdcbd61d304ece3b
parent86f1dd3fb0bd5fe6b29f6e7a8cb8459c7af564b1
Increase line-width of Declarations.yaml (#18050)

Summary:
There are some line breaks in schema_string of Declarations.yaml.
Is this valid yaml? I am reading yaml-spec.
It seems that the “|” indicator or single/double quote is required to insert line-break.
https://yaml.org/spec/1.2/spec.html
![image](https://user-images.githubusercontent.com/2469618/54405834-1e53ac80-471b-11e9-9925-be13a109eb46.png)
Could you increase line-width of yaml to avoid newline?
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18050

Differential Revision: D14516694

Pulled By: ezyang

fbshipit-source-id: 1db9f3bf131b54a783d668de973915892603189e
aten/src/ATen/gen.py