Skip to content

Commit

Permalink
style: 修改编辑器行尾符提示 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Mar 31, 2023
1 parent 6e12eba commit bbe08ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/host/file-management/code-editor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];
Expand Down

0 comments on commit bbe08ed

Please sign in to comment.