configuration: replace format = true with format.enable = true

This commit is contained in:
Anthony Rodriguez 2024-12-01 18:31:50 +01:00
parent a61d30bc91
commit c19ae83264
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -191,7 +191,7 @@
python.enable = true; python.enable = true;
ts = { ts = {
enable = true; enable = true;
format = true; format.enable = true;
lsp.enable = true; lsp.enable = true;
}; };
}; };