processing-r / Processing.R

R Language Mode in Processing for Creative Coding, created by @gaocegege, maintained by @jeremydouglass
https://processing-r.github.io/
GNU General Public License v3.0
143 stars 16 forks source link

example: Fix the length #231

Closed gaocegege closed 7 years ago

gaocegege commented 7 years ago

Signed-off-by: Ce Gao ce.gao@outlook.com

jeremydouglass commented 7 years ago

Why line-wrap r_max_expression_length to 65 instead of 80? Is 65 characters wide part of a particular standard, best practice, or checker default?

gaocegege commented 7 years ago

80 is too long for the docs.

jeremydouglass commented 7 years ago

Got it -- so for displaying code in the https://processing-r.github.io/ web design, 80 characters is too wide for the page width.