Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
413 stars 67 forks source link

Reformat with line length of 120 #170

Closed greglittlefield-wf closed 5 years ago

greglittlefield-wf commented 5 years ago

Mirror of: https://github.com/cleandart/react-dart/pull/168

80 was too short for a lot of the code that has already been written, causing excessive wrapping and code that's hard to read.

While we'd like to adhere to the recommended line length of 80, we're going to go with 120 to preserve our sanity.

aaronlademann-wf commented 5 years ago

+1