From 3c02935cb41e7c9a56163479f15ec8593bdda403 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 +};