Skip to content

Commit f4c6fbf

Browse files
committed
Built static site
Signed-off-by: Dimitris Kolovos <dimitris.kolovos@york.ac.uk>
1 parent d77add5 commit f4c6fbf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

playground/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/dist/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/js/Panel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ class Panel {
3535
overviewRulerLanes: 0,
3636
// folding: false
3737
});
38+
39+
this.editor.getModel().setEOL(monaco.editor.EndOfLineSequence.LF);
3840

3941
this.visible = true;
4042
}

0 commit comments

Comments
 (0)