goose_format_options: Set global formatting options for gooseR

View source: R/formatting.R

goose_format_optionsR Documentation

Set global formatting options for gooseR

Description

Set global formatting options for gooseR

Usage

goose_format_options(
  auto_format = TRUE,
  width = 80,
  color = TRUE,
  code_highlight = TRUE
)

Arguments

auto_format

Logical, automatically format all AI responses

width

Line width for text wrapping

color

Use colored output

code_highlight

Highlight code blocks

Examples

## Not run: 
# Enable auto-formatting for all AI responses
goose_format_options(auto_format = TRUE, width = 100)

# Disable colors for plain text output
goose_format_options(color = FALSE)

## End(Not run)

gooseR documentation built on Feb. 6, 2026, 5:07 p.m.