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

This commit is contained in:
zhengkunwang223 2023-03-31 15:18:15 +08:00 committed by GitHub
parent 6e12eba356
commit bbe08ed218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
];