mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -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
|
@ -182,6 +182,11 @@ exports.disableIPlogging = false;
|
|||
*/
|
||||
exports.loadTest = false;
|
||||
|
||||
/**
|
||||
* Enable indentation on new lines
|
||||
*/
|
||||
exports.indentationOnNewLine = true;
|
||||
|
||||
/*
|
||||
* log4js appender configuration
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue