style: 修改编辑器行尾符提示 (#465)

This commit is contained in:
zhengkunwang223
2023-03-31 07:18:15 +00:00
committed by GitHub
parent 6e12eba356
commit bbe08ed218
@@ -93,11 +93,11 @@ let config = reactive<EditorConfig>({
const eols = [
{
label: 'LF',
label: 'LF (Linux)',
value: monaco.editor.EndOfLineSequence.LF,
},
{
label: 'CRLF',
label: 'CRLF (Windows)',
value: monaco.editor.EndOfLineSequence.CRLF,
},
];