From 5398e5476e51081a0eeb48fd20baf83321111f17 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:31:47 +0300 Subject: [PATCH] Dashboard: don't collapse whitespace in code blocks (or anywhere) --- dashboard/.htmlnanorc.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dashboard/.htmlnanorc.js diff --git a/dashboard/.htmlnanorc.js b/dashboard/.htmlnanorc.js new file mode 100644 index 00000000..7aeaf2ab --- /dev/null +++ b/dashboard/.htmlnanorc.js @@ -0,0 +1,3 @@ +module.exports = { + collapseWhitespace: false +};