fix(nix): enable clang-format
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ea56ff255d
commit
9d5818916a
@ -19,8 +19,7 @@
|
||||
nil.enable = true;
|
||||
|
||||
clang-format = {
|
||||
enable =
|
||||
false; # As most of the codebase is **not** formatted, we don't want clang-format yet
|
||||
enable = true;
|
||||
types_or = ["c" "c++"];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user