add taplo as toml formatter
This commit is contained in:
parent
e3e25560ca
commit
85aa8b1ae0
1 changed files with 10 additions and 0 deletions
|
|
@ -67,6 +67,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
language = [
|
language = [
|
||||||
|
{
|
||||||
|
name = "toml";
|
||||||
|
formatter = {
|
||||||
|
command = "taplo";
|
||||||
|
args = [
|
||||||
|
"fmt"
|
||||||
|
"-"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "markdown";
|
name = "markdown";
|
||||||
formatter = {
|
formatter = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue