- or download this
blah("whatever");
blah("this", "that", "more of this", "and another option that makes th
+e line super looooooooong");
- or download this
blah("whatever");
blah("this",
"that",
"more of this",
"and another option that makes the line super looooooooong");
- or download this
--indent-columns=4 # Indent 4 spaces
--check-syntax # perl -c file for a second opinion
...
--vertical-tightness-closing=0 # Always break line befor }
--blanks-before-comments # Blank line before comments
--blanks-before-subs # Blank line before subs
- or download this
blah(
"some argument over 80 characters");