fix: format all languages using clang-format

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-07-29 11:30:33 +02:00
parent 9f66f6495a
commit 076c189948
2 changed files with 6 additions and 5 deletions

View File

@ -20,7 +20,7 @@
clang-format = {
enable = true;
types_or = ["c" "c++"];
types_or = ["c" "c++" "java" "json" "objective-c"];
};
};
};