Blue Style
JuliaFormatter.BlueStyle — Type
BlueStyle()Formatting style based on BlueStyle and JuliaFormatter#283.
Configuration File Example
The .JuliaFormatter.toml which represents these settings is
style = "blue"Or to use BlueStyle except change one of the settings:
style = "blue"
remove_extra_newlines = falseDirect Usage
format("file.jl", BlueStyle())Or to use BlueStyle except change one of the settings:
format("file.jl", BlueStyle(), remove_extra_newlines=false)