function foo(Aₙₘ::AbstractMatrix{Float64}, Eₙₘ::AbstractMatrix{Float64}, JAₙₘ::AbstractMatrix{Float64}, JEₙₘ::AbstractMatrix{Float64}, mn::Int, dn::Int, Cₙ::AbstractVector{Float64}, xₙ::AbstractVector{Float64}, Δxₙ::AbstractVector{Float64})
println("Hi")
end
I’m using VSCode with Julia extension. I’m still not very familiar with both, but if I do: Ctrl + Shift + P and then Format Document With ... > Julia, nothing happens.
Thanks for your response. That works, it removes unnecessary whitespaces, but I was expecting the long line to be splitted (like black formatter in python).