fix(flake): fix formatter configuration
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
41de8964f1
commit
be48f6bff2
|
|
@ -75,8 +75,7 @@
|
||||||
formatter = genSystems (
|
formatter = genSystems (
|
||||||
pkgs:
|
pkgs:
|
||||||
pkgs.treefmt.withConfig {
|
pkgs.treefmt.withConfig {
|
||||||
settings = [
|
settings = {
|
||||||
{
|
|
||||||
formatter = {
|
formatter = {
|
||||||
clang-format = {
|
clang-format = {
|
||||||
options = [ "-i" ];
|
options = [ "-i" ];
|
||||||
|
|
@ -95,8 +94,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
tree-root-file = ".git/index";
|
tree-root-file = ".git/index";
|
||||||
}
|
};
|
||||||
];
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue