From d2b6bf0a438f40a1ccc6f0387861ed185808ebf5 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 26 Oct 2024 13:03:18 +0200 Subject: [PATCH] Mark toml as removing comments in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48c65b..adf7ab9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This package provides utilities for ensuring that your code is nicely formatted * `pretty-format-java` * `pretty-format-kotlin` * `pretty-format-rust` -* `pretty-format-toml` +* `pretty-format-toml` ⚠️ removes comments under certain conditions * `pretty-format-yaml` ⚠: the list above could be out-of-sync respect the exposed pre-commit hooks.