Skip to content

Instantly share code, notes, and snippets.

@santhoshtr
Created March 30, 2014 05:06
Show Gist options
  • Save santhoshtr/9867861 to your computer and use it in GitHub Desktop.
Save santhoshtr/9867861 to your computer and use it in GitHub Desktop.
jsbeautifyrc for Mediawiki javascript coding convention
{
"preserve_newlines": true,
"jslint_happy": true,
"keep_array_indentation": true,
"space_before_conditional": true,
"max_preserve_newlines": 10,
"brace_style": "collapse",
"keep_function_indentation": false,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"space_in_paren": true,
"git_happy": true,
"indent_with_tabs": true
}
@santhoshtr
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment