mirror of https://github.com/1Panel-dev/1Panel
style: 修改编辑器行尾符提示 (#465)
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,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue