Feature/rfc 0166 fmt (#113)
* change formatter to nixfmt-rfc-style Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * Add rfc-style fmt'ing Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -61,7 +61,15 @@
|
||||
|
||||
topgrade = {
|
||||
enable = true;
|
||||
settings = { misc = { disable = [ "system" "nix" "shell" ]; }; };
|
||||
settings = {
|
||||
misc = {
|
||||
disable = [
|
||||
"system"
|
||||
"nix"
|
||||
"shell"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user