##// 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:

r22722:622b6cfa
r23340:f81feb85
Show More
codecov.yml
9 lines | 136 B | text/x-yaml | YamlLexer
coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%