aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/alejandra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/alejandra.lua')
-rw-r--r--lua/conform/formatters/alejandra.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/conform/formatters/alejandra.lua b/lua/conform/formatters/alejandra.lua
new file mode 100644
index 0000000..3a712b9
--- /dev/null
+++ b/lua/conform/formatters/alejandra.lua
@@ -0,0 +1,8 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://kamadorueda.com/alejandra/",
+ description = "The Uncompromising Nix Code Formatter.",
+ },
+ command = "alejandra",
+}