Skip to content

Commit

Permalink
Update readme with style preferences as per @alexvollmer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Jan 30, 2014
1 parent 7d6dd73 commit 472f2c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,17 @@ provides some basic structure for your tests in a manner familiar to most
testers.

For the latest documentation visit [http://tuneupjs.org](http://tuneupjs.org)


# Style #

Javascript style should conform to http://jsbeautifier.org/ with the following settings:

* Indent with 2 spaces (drop down)
* Allow 5 newlines between tokens (drop down)
* Do not wrap lines (drop down)
* End braces on own line (drop down)
* HTML formatting at Add one indent level (drop down)
* Only the following checkboxes set
* "Detect packers and obfuscaters?"
* "Space before conditional..."

0 comments on commit 472f2c9

Please sign in to comment.