Skip to content

Commit e7046a1

Browse files
author
Josh Goldberg
committed
1 parent fe73bb6 commit e7046a1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

js-beautify/js-beautify.d.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55

66
declare var js_beautify: {
77
(js_source_text: string, options?: {
8-
"indent_size"?: number;
9-
"indent_char"?: string;
10-
"eol"?: string;
11-
"indent_level"?: number;
12-
"indent_width_tabs"?: boolean;
13-
"preserve_newlines"?: boolean;
14-
"max_preserve_newlines"?: number;
15-
"jslint_happy": boolean;
16-
"space_after_anon_function": boolean;
17-
"brace_style": string;
18-
"keep_array_indentation": boolean;
19-
"keep_function_indentation": boolean;
20-
"space_before_conditional": boolean;
21-
"break_chained_methods": boolean;
22-
"eval_code": boolean;
23-
"unescape_strings": boolean;
24-
"wrap_line_length": number;
25-
"wrap_attributes": string;
26-
"wrap_attributes_indent_size": number;
27-
"end_with_newline": boolean;
8+
indent_size?: number;
9+
indent_char?: string;
10+
eol?: string;
11+
indent_level?: number;
12+
indent_width_tabs?: boolean;
13+
preserve_newlines?: boolean;
14+
max_preserve_newlines?: number;
15+
jslint_happy: boolean;
16+
space_after_anon_function: boolean;
17+
brace_style: string;
18+
keep_array_indentation: boolean;
19+
keep_function_indentation: boolean;
20+
space_before_conditional: boolean;
21+
break_chained_methods: boolean;
22+
eval_code: boolean;
23+
unescape_strings: boolean;
24+
wrap_line_length: number;
25+
wrap_attributes: string;
26+
wrap_attributes_indent_size: number;
27+
end_with_newline: boolean;
2828
}): string;
2929
};

0 commit comments

Comments
 (0)