-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add support for autoindentation to new preferences feature #6795
Comments
@cfjedimaster - to be clear, do you mean the autoinsertion of indentation when you hit enter to create a new line? Low pri to @dangoor |
Which behavior exactly is it you want to turn off? Is it when you type: function foo() {| with the cursor where the | is above, you press enter and then it indents 4 spaces? As long as there's a CodeMirror option, this is really easy with the way Editor.js works now. |
NJ: Yes. The feature is Smart Indent. On Mon, Feb 10, 2014 at 1:36 PM, Kevin Dangoor notifications@git.luolix.topwrote:
Raymond Camden, Web Developer for Adobe Email : raymondcamden@gmail.com |
See #6888 |
@cfjedimaster This has now landed in master! |
Thank you! On Thu, Feb 20, 2014 at 10:49 AM, Kevin Dangoor notifications@git.luolix.topwrote:
Raymond Camden, Web Developer for Adobe Email : raymondcamden@gmail.com |
Add the ability to disable/enable autoindentation in the new preferences support feature.
The text was updated successfully, but these errors were encountered: