Skip to main content

Module config

Module config 

Source
Expand description

Configuration types for code block tools.

This module defines the configuration schema for per-language code block linting and formatting using external tools.

Structs§

CodeBlockToolsConfig
Master configuration for code block tools.
LanguageToolConfig
Per-language tool configuration.
ToolDefinition
Definition of an external tool.

Enums§

NormalizeLanguage
Language normalization strategy.
OnError
Error handling strategy for tool execution failures.
OnMissing
Behavior when a language has no tools configured or a tool binary is missing.