Add alejandra formatting
This commit is contained in:
parent
f0c270c24e
commit
1dfc2ad119
|
|
@ -6,6 +6,7 @@
|
|||
home.packages = with pkgs; [
|
||||
# codeium
|
||||
nixd
|
||||
alejandra
|
||||
clang-tools
|
||||
llvmPackages.libcxxClang
|
||||
go
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ return {
|
|||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { 'ruff_format' },
|
||||
nix = { 'alejandra' },
|
||||
},
|
||||
format_on_save = {
|
||||
-- These options will be passed to conform.format()
|
||||
|
|
|
|||
Loading…
Reference in New Issue