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
Tested on https://codemirror.net/mode/javascript/index.html
Attempt to type multiple parameters for functions each on its own line. The second parameter always gets 1 more space.
function test( asdf, asdf ) { }
Originally reported here: https://forum.obsidian.md/t/code-in-code-blocks-is-wrongly-indented-in-multi-line-functions-using-js-and-ts-languages/29081/3
The text was updated successfully, but these errors were encountered:
codemirror/CodeMirror@3e5b5e9
Successfully merging a pull request may close this issue.
Tested on https://codemirror.net/mode/javascript/index.html
Attempt to type multiple parameters for functions each on its own line. The second parameter always gets 1 more space.
Originally reported here: https://forum.obsidian.md/t/code-in-code-blocks-is-wrongly-indented-in-multi-line-functions-using-js-and-ts-languages/29081/3
The text was updated successfully, but these errors were encountered: