Commit 44d3afc2 authored by Medicean's avatar Medicean

(Change:Setting) 编码管理编辑框 tabSize 修改为 2

parent c0ea19e1
......@@ -282,6 +282,7 @@ class Encoders {
editor.session.setUseWrapMode(true);
editor.session.setWrapLimitRange(null, null);
editor.setOptions({
tabSize: 2,
fontSize: '14px',
enableBasicAutocompletion: true,
enableSnippets: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment