Help for this page

Select Code to Download


  1. or download this
    blah("whatever");
    blah("this", "that", "more of this", "and another option that makes th
    +e line super looooooooong");
    
  2. or download this
    blah("whatever");
    blah("this",
         "that",
         "more of this",
         "and another option that makes the line super looooooooong");
    
  3. 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
    
  4. or download this
    blah(
        "some argument over 80 characters");