mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-23 18:49:21 +08:00
style: 修改编辑器行尾符提示 (#465)
This commit is contained in:
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
Block a user