Update defaults JSON in README.md to actual content of defaults.json

This commit is contained in:
Daniel Stockman 2012-07-16 13:45:59 -07:00
parent ef59c6d6d3
commit 092ffd9e80

View File

@ -79,23 +79,26 @@ These are the command-line flags for both Python and JS scripts:
These correspond to underscored option keys for both library interfaces: These correspond to underscored option keys for both library interfaces:
defaults = { defaults = {
indent_size: 4, "indent_size": 4,
indent_char: " ", "indent_char": " ",
indent_level: 0, "indent_level": 0,
indent_with_tabs: false, "indent_with_tabs": false,
preserve_newlines: true, "preserve_newlines": true,
max_preserve_newlines: 10, "max_preserve_newlines": 10,
jslint_happy: false, "jslint_happy": false,
brace_style: "collapse", "brace_style": "collapse",
keep_array_indentation: false, "keep_array_indentation": false,
indent_case: false, "keep_function_indentation": false,
unescape_strings: false "space_before_conditional": true,
"eval_code": false,
"indent_case": false,
"unescape_strings": false
} }
## License ## License
You are free to use this in any way you want, in case you find this You are free to use this in any way you want, in case you find this
useful or working for you. useful or working for you. (MIT)
## Credits ## Credits