SciML Style

`SciMLStyle()` !== 'SciML style' === Runic

Note that the SciML Style Guide currently suggests using Runic.jl for formatting instead.

JuliaFormatter's SciMLStyle() represents a collection of styles that predated this recommendation, and is being kept in v2 for compatibility. In a future major release this style may be renamed to avoid confusion.

Configuration File Example

The .JuliaFormatter.toml which represents these settings is

style = "sciml"

Or to use SciMLStyle except change one of the settings:

style = "sciml"
remove_extra_newlines = false

Direct Usage

format("file.jl", SciMLStyle())

Or to use SciMLStyle except change one of the settings:

format("file.jl", SciMLStyle(), remove_extra_newlines=false)

Additional Options

The SciMLStyle supports the following additional options, which have no effect on other styles: