JuliaFormatter
  • Overview
  • Options
    • Formatting Options
    • Custom Alignment
  • Styles
    • Default Style
    • YAS Style
    • Blue Style
      • Configuration File Example
      • Direct Usage
    • SciML Style
  • Skipping Formatting
  • Configuration File
    • .JuliaFormatter.toml
    • File Options
  • Command-Line Interface
  • Integrations
    • Editors
    • GitHub Actions
    • pre-commit
    • PackageCompiler
  • How It Works
  • API Reference
  • Contributing
  • Known Issues
  • Project Status
Version
  • Styles
  • Blue Style
  • Blue Style
GitHub

Blue Style

JuliaFormatter.BlueStyle — Type
BlueStyle()

Formatting style based on BlueStyle and JuliaFormatter#283.

source

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 = false

Direct Usage

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

Or to use BlueStyle except change one of the settings:

format("file.jl", BlueStyle(), remove_extra_newlines=false)
« YAS StyleSciML Style »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.17.0 on Saturday 27 June 2026. Using Julia version 1.12.6.