mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-27 06:30:32 +00:00
It's "preserve empty lines" not "newlines"
This commit is contained in:
parent
c93ef04e99
commit
b0125673bc
@ -168,7 +168,7 @@ if('this_is'==/an_example/){do_something();}else{var a=b?(c%d):e[f];}
|
||||
<option value="4" selected="selected">indent with 4 spaces</option>
|
||||
<option value="8">indent with 8 spaces</option>
|
||||
</select>
|
||||
<input type="checkbox" id="preserve-newlines" checked="checked" /><label for="preserve-newlines"> Preserve line breaks?</label>
|
||||
<input type="checkbox" id="preserve-newlines" checked="checked" /><label for="preserve-newlines"> Preserve empty lines?</label>
|
||||
<input type="checkbox" id="detect-packers" checked="checked" /><label for="detect-packers"> Detect packers?</label>
|
||||
</form>
|
||||
<div id="bottom">
|
||||
|
Loading…
Reference in New Issue
Block a user