mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-28 04:24:04 +00:00
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.
|
||
|---|---|---|
| .. | ||
| alphabet.js | ||
| bold.js | ||
| caret.js | ||
| change_user_name.js | ||
| chat.js | ||
| chat_load_messages.js | ||
| clear_authorship_colors.js | ||
| delete.js | ||
| embed_value.js | ||
| enter.js | ||
| font_type.js | ||
| helper.js | ||
| importexport.js | ||
| importindents.js | ||
| indentation.js | ||
| italic.js | ||
| language.js | ||
| ordered_list.js | ||
| redo.js | ||
| responsiveness.js | ||
| strikethrough.js | ||
| timeslider.js | ||
| timeslider_labels.js | ||
| timeslider_revisions.js | ||
| undo.js | ||
| unordered_list.js | ||
| urls_become_clickable.js | ||