mozilla / webmaker-android

Webmaker for Android
https://play.google.com/store/apps/details?id=org.mozilla.webmaker
Mozilla Public License 2.0
167 stars 113 forks source link

Increase or remove maximumLineLength #913

Closed gvn closed 9 years ago

gvn commented 9 years ago

I keep failing JSCS because of slightly longer than 80 character lines.

I know this is here to increase readability, but we're using 4 space indentation and most Vue components start out fairly nested. It's often tough to fit everything without a bunch of tweaking. It's getting kind of irritating (and I love clean code!).

Suggest we either remove the limit or increase it to 100-120.

(If we do this, let's make sure to update the Sublime project's ruler to reflect our decision.)

davidascher commented 9 years ago

Agree. Found it hard to comply and write readable jsx code.

jbuck commented 9 years ago

I'm in favour of doing this as well