mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Fixed width (with) in 'js-beautify'.
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user