3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 15:00:00 +00:00

dashboard: fix space indents; code formatting

This commit is contained in:
Dragory 2019-07-22 13:10:36 +03:00
parent 00e34b322d
commit 0ea655ecee

View file

@ -61,9 +61,14 @@
cmConfig: {
indentWithTabs: false,
indentUnit: 2,
smartIndent: false,
lineNumbers: true,
mode: "text/x-yaml",
theme: "oceanic-next",
extraKeys: {
Tab: cm => cm.execCommand("indentMore"),
"Shift-Tab": cm => cm.execCommand("indentLess"),
},
},
};
},