fix: emacs - formatting nix code via alejandra

This commit is contained in:
Ryan Yin
2024-01-06 23:52:09 +08:00
parent b979df91fd
commit a8b98bc03e
3 changed files with 32 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "nil",
"languageId": "nix",
"command": ["nil"],
"settings": {
"nil": {
"formatting": { "command": ["alejandra"] }
}
}
}