Commit 4aea8b6c79f0f373fe9dbae86b77aea705c48580

Authored by fengwotao
1 parent 074cc7be

pref: 优化格式化换行

@@ -192,6 +192,7 @@ @@ -192,6 +192,7 @@
192 enableBasicAutocompletion: true, 192 enableBasicAutocompletion: true,
193 enableLiveAutocompletion: true, 193 enableLiveAutocompletion: true,
194 enableSnippets: true, 194 enableSnippets: true,
  195 + enableEmmet: true,
195 theme: getAceClass.value === 'dark' ? 'ace/theme/terminal' : 'ace/theme/chrome', 196 theme: getAceClass.value === 'dark' ? 'ace/theme/terminal' : 'ace/theme/chrome',
196 }); 197 });
197 aceEditor.value.setValue(''); 198 aceEditor.value.setValue('');