mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixed width (with) in 'js-beautify'.
This commit is contained in:
parent
a19db768d1
commit
fe366f8f91
2
js-beautify/js-beautify.d.ts
vendored
2
js-beautify/js-beautify.d.ts
vendored
@ -9,7 +9,7 @@ declare var js_beautify: {
|
||||
indent_char?: string;
|
||||
eol?: string;
|
||||
indent_level?: number;
|
||||
indent_width_tabs?: boolean;
|
||||
indent_with_tabs?: boolean;
|
||||
preserve_newlines?: boolean;
|
||||
max_preserve_newlines?: number;
|
||||
jslint_happy: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user