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

Dashboard: don't collapse whitespace in code blocks (or anywhere)

This commit is contained in:
Dragory 2019-07-29 22:31:47 +03:00
parent 34f7d6f937
commit 3c02935cb4

3
dashboard/.htmlnanorc.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
collapseWhitespace: false
};