mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
Merge pull request #2805 from storytouch/indentationSetting
Create setting to control if a new line will be indented or not
This commit is contained in:
commit
50171a4c3c
5 changed files with 128 additions and 31 deletions
|
@ -135,6 +135,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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue