summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorLuiza Pagliari <lpagliar@gmail.com>2015-10-13 18:39:23 -0300
committerLuiza Pagliari <lpagliar@gmail.com>2015-10-13 18:39:23 -0300
commit5deb06d5891ce9278b74c253fd85741757b25c82 (patch)
treef5ccfa0ec6d365712901f5fafaf61c992567fa79 /settings.json.template
parent9d29b15def15c184754665a2f534aa578358cc61 (diff)
downloadetherpad-lite-5deb06d5891ce9278b74c253fd85741757b25c82.zip
Create setting to control if a new line will be indented or not
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior.
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index bfd0c7e6..06d388d8 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -131,6 +131,11 @@
// Allow Load Testing tools to hit the Etherpad Instance. Warning this will disable security on the instance.
"loadTest": false,
+ // Disable indentation on new line when previous line ends with some special chars (':', '[', '(', '{')
+ /*
+ "indentationOnNewLine": false,
+ */
+
/* The toolbar buttons configuration.
"toolbar": {
"left": [