Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

"alwaysForIn" not working #14

Closed
msekino opened this issue Jul 10, 2020 · 2 comments
Closed

"alwaysForIn" not working #14

msekino opened this issue Jul 10, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@msekino
Copy link

msekino commented Jul 10, 2020

Thank you for the very useful extension!

I set "juliaFormatter.alwaysForIn": true however,

for i in 1:N

was transformed to

for i = 1:N

VSCode Version: 1.47.0
OS: Windows 10
Julia Formatter Version: 0.2.1

@singularitti singularitti added the bug Something isn't working label Jul 10, 2020
@singularitti
Copy link
Owner

I think that's because I set alwaysForIn = true in my code, while JuliaFormatter.jl defaults to false.

singularitti added a commit that referenced this issue Jul 31, 2020
@singularitti
Copy link
Owner

Fixed in the new version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants