summaryrefslogtreecommitdiff
path: root/src/node/utils
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-10-22 16:12:07 +0100
committerJohn McLear <john@mclear.co.uk>2015-10-22 16:12:07 +0100
commit50171a4c3c3a580a3136a9939902cd411775d323 (patch)
tree19c8a7a274aca54364e7834fbe9b53c2ef13c8a7 /src/node/utils
parent5652adb4eb3dfe3afa0520b0ff95d02bbcf30d70 (diff)
parent5deb06d5891ce9278b74c253fd85741757b25c82 (diff)
downloadetherpad-lite-50171a4c3c3a580a3136a9939902cd411775d323.zip
Merge pull request #2805 from storytouch/indentationSetting
Create setting to control if a new line will be indented or not
Diffstat (limited to 'src/node/utils')
-rw-r--r--src/node/utils/Settings.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js
index d03e2a6c..ec327fb6 100644
--- a/src/node/utils/Settings.js
+++ b/src/node/utils/Settings.js
@@ -182,6 +182,11 @@ exports.disableIPlogging = false;
*/
exports.loadTest = false;
+/**
+ * Enable indentation on new lines
+ */
+exports.indentationOnNewLine = true;
+
/*
* log4js appender configuration
*/