##// END OF EJS Templates
Backport PR #10264: Indent on new line by looking at the text before the cursor....
Backport PR #10264: Indent on new line by looking at the text before the cursor. that would allow edit like the following to insert the right amount of space on the newline (`|` is the cursor) class Bar: def __init__(self):|<enter> self.filed=0 Instead of inserting a blank line with 0 space. Closes 9283 --- takluyver can you have a look ?

File last commit:

r7846:e288666b
r23340:f81feb85
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
IPython/.git_commit_info.ini export-subst
* text=auto
*.py diff=python
*.js diff=javascript
*.html diff=html