Skip to main content

Module project

Module project 

Source
Expand description

Bynk project configuration (bynk.toml).

Parses the project’s bynk.toml if one exists at the project root. All fields have sensible defaults so an absent or minimal config is fine.

StructsΒ§

FmtSection πŸ”’
LspSection πŸ”’
PathsSection πŸ”’
ProjectConfig
Effective project configuration with all defaults resolved.
ProjectSection πŸ”’
RawConfig πŸ”’

EnumsΒ§

DiagnosticsMode

FunctionsΒ§

default_diagnostics_debounce_ms πŸ”’
default_diagnostics_mode πŸ”’
default_include πŸ”’
default_indent πŸ”’
default_max_line_width πŸ”’
default_out πŸ”’
default_trailing_comma πŸ”’
load_config
Load bynk.toml from the given project root.