mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 23:04:40 +08:00
style: 修改编辑器行尾符提示 (#465)
This commit is contained in:
parent
6e12eba356
commit
bbe08ed218
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ let config = reactive<EditorConfig>({
|
||||||
|
|
||||||
const eols = [
|
const eols = [
|
||||||
{
|
{
|
||||||
label: 'LF',
|
label: 'LF (Linux)',
|
||||||
value: monaco.editor.EndOfLineSequence.LF,
|
value: monaco.editor.EndOfLineSequence.LF,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'CRLF',
|
label: 'CRLF (Windows)',
|
||||||
value: monaco.editor.EndOfLineSequence.CRLF,
|
value: monaco.editor.EndOfLineSequence.CRLF,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue