toml-tools icon indicating copy to clipboard operation
toml-tools copied to clipboard

A set of tools for working with the Toml configuration file format.

Results 13 toml-tools issues
Sort by recently updated
recently updated
newest added

In Python I got used to the [Magic Trailing Comma](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#the-magic-trailing-comma) which prevents collapsing a list into one line, if there is a trailing comma in the last element. > There...

In the [Prettier Docs](https://prettier.io/docs/en/ignore) it is a general rule to put `# prettier-ignore` before the token to be ignored. This does not work with this plugin. ## Input ```toml [example]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

Samples can be found here: - https://github.com/BurntSushi/toml-test - https://github.com/iarna/iarna-toml/tree/cmc/test/spec-test - https://github.com/toml-lang/toml/tree/master/tests

Quality
Parser

https://prettier.io/docs/en/options.html#bracket-spacing

prettier-plugin

- Float in key ```toml [95.22.looks.like.a.float] name = "John" ``` - "[[" vs "[" (Table of Arrays vs Array vs Table vs array with first element another array) ```toml [[Table.of.arrays]]...

bug