提交 30cf7121 编写于 作者: B Benjamin Pasero

💄

上级 112bde34
...@@ -238,7 +238,7 @@ export class ModelServiceImpl implements IModelService { ...@@ -238,7 +238,7 @@ export class ModelServiceImpl implements IModelService {
} }
let newDefaultEOL = DEFAULT_EOL; let newDefaultEOL = DEFAULT_EOL;
const eol = config.files && config.files.eol; const eol = config.files && config.files.eol; // TODO@Sandeep (https://github.com/Microsoft/vscode/issues/29119)
if (eol === '\r\n') { if (eol === '\r\n') {
newDefaultEOL = editorCommon.DefaultEndOfLine.CRLF; newDefaultEOL = editorCommon.DefaultEndOfLine.CRLF;
} else if (eol === '\n') { } else if (eol === '\n') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册