Skip to content

Commit 598a2e6

Browse files
committed
comment tweak
1 parent 5566a2d commit 598a2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/features/codeeditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export async function createMonaco(textarea, filename, editorOpts) {
119119

120120
const model = editor.getModel();
121121

122-
// monaco performs auto-detection of dominant EOL in the file, biased towards LF for
123-
// empty files, if there is an editorconfig value, override this detected value
122+
// Monaco performs auto-detection of dominant EOL in the file, biased towards LF for
123+
// empty files. If there is an editorconfig value, override this detected value.
124124
if (eol) {
125125
model.setEOL(monaco.editor.EndOfLineSequence[eol]);
126126
}

0 commit comments

Comments
 (0)