JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

Indentation error #1070

Closed thekushalgaikwad closed 1 year ago

thekushalgaikwad commented 1 year ago

Why is my cursor automatically indented for println() after pressing Enter?

Julia version; 1.8.5 https://user-images.githubusercontent.com/59055337/228840815-4b189273-16b4-4a21-a71a-9188547afa91.mp4

-->

stevengj commented 1 year ago

Code formatting/editing is handled by CodeMirror, not by IJulia, so you should report any issues there: https://github.com/codemirror