-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Add support for autoindentation to new preferences feature #6165
Comments
Low pri to |
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@github.comwrote:
Raymond Camden, Web Developer for Adobe Email : raymondcamden@gmail.com |
|
Thank you! On Thu, Feb 20, 2014 at 10:49 AM, Kevin Dangoor notifications@github.comwrote:
Raymond Camden, Web Developer for Adobe Email : raymondcamden@gmail.com |
Friday Feb 07, 2014 at 19:51 GMT
Originally opened as adobe/brackets#6795
Add the ability to disable/enable autoindentation in the new preferences support feature.
The text was updated successfully, but these errors were encountered: