autoland: configure YAPF for autoland code (bug 1368516) r?glob draft
authorMāris Fogels <mars@mozilla.com>
Mon, 29 May 2017 12:55:52 -0400
changeset 11114 ce4a8132a4d7ee4445b3a1fe7f86b5f24eb1694f
parent 11109 4da46067f88bd5383453379fe8b748d4a4548955
child 11115 6f642e8f907c10a4b2491b26712fab6f15132982
child 11131 4d17ee350a1cb2830c41e6fa2075a1beee7461fe
child 11133 f509827fc8d0bbe9a67d56871a319cf19c834a45
push id1688
push usermfogels@mozilla.com
push dateMon, 29 May 2017 20:09:07 +0000
reviewersglob
bugs1368516
autoland: configure YAPF for autoland code (bug 1368516) r?glob Copy the YAPF configuration from the Conduit project so we can use it to format new code in the autoland codebase. MozReview-Commit-ID: 4GsL3fIMEq2
autoland/.style.yapf
new file mode 100644
--- /dev/null
+++ b/autoland/.style.yapf
@@ -0,0 +1,3 @@
+[style]
+based_on_style = facebook
+column_limit = 79