Tombi: TOML Toolkit

Welcome to the Tombi documentation!

Tombi(鳶) is a powerful TOML Formatter, Linter, and Language Server designed to help you maintain clean and consistent TOML files.

Getting Started

Visit our Quick Start Guide to begin using Tombi in your projects.

Why Tombi?

TOML is used in many projects such as pyproject and cargo.

TOML is a good configuration language better than JSON and YAML.
JSON is a data description language and cannot include comments.
YAML has a complex specification and may interpret data that the user did not intend implicitly.

YAML has an excellent Language Server created by RedHat.

So, I needed a Language Server for TOML.