Skip to content

Commit

Permalink
Update .JuliaFormatter.toml (#2443)
Browse files Browse the repository at this point in the history
Adding `always_for_in = true` here in general should not be needed, as
`style = "blue"` should already include this, but for some reason my
editor (which admittedly uses an outdated JuliaFormatter.jl) does not
respect this without including this line explicitly.
  • Loading branch information
mjrodgers committed Jun 4, 2023
1 parent 57cffdc commit 4db51ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ annotate_untyped_fields_with_any = true
import_to_using = false
indent = 2
short_to_long_function_def = false
always_for_in = true

0 comments on commit 4db51ff

Please sign in to comment.