GitHub user oxygen311 opened a pull request: https://github.com/apache/zeppelin/pull/3168
[ZEPPELIN-3753] Fix indent with TAB ### What is this PR for? Now when you select multiline text and press TAB, text replaces with "\t" char. With this PR text just shift right if TAB have been pressed. ### What type of PR is it? Bug Fix ### What is the Jira issue? [ZEPPELIN-3753](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3753) ### How should this be tested? * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/TinkoffCreditSystems/zeppelin DW-18011 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3168.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3168 ---- commit 941b832d1f104d41743ea572d17851a294fdebe1 Author: oxygen311 <alex39-09@...> Date: 2018-08-29T14:33:51Z Fix indent with TAB ---- ---