mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
remove comments
This commit is contained in:
parent
a0039d9667
commit
0afb2e5f5d
@ -217,12 +217,6 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
function beautify(): void {
|
function beautify(): void {
|
||||||
if (editorRef.current === null) return;
|
if (editorRef.current === null) return;
|
||||||
editorRef.current.getAction("editor.action.formatDocument").run();
|
editorRef.current.getAction("editor.action.formatDocument").run();
|
||||||
// const pretty = beautifyCode(code, {
|
|
||||||
// indent_with_tabs: !options.insertSpaces,
|
|
||||||
// indent_size: 4,
|
|
||||||
// brace_style: "preserve-inline",
|
|
||||||
// });
|
|
||||||
// editorRef.current.setValue(pretty);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function onFilenameChange(event: React.ChangeEvent<HTMLInputElement>): void {
|
function onFilenameChange(event: React.ChangeEvent<HTMLInputElement>): void {
|
||||||
|
Loading…
Reference in New Issue
Block a user