chore: setup clang-format for formatting
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I322b7dd5dcd699247b58fe9f5db7bcd86a6a6964
This commit is contained in:
parent
786fce3814
commit
8f6650919d
3 changed files with 123 additions and 3 deletions
|
|
@ -7,10 +7,16 @@
|
|||
}:
|
||||
mkShell {
|
||||
strictDeps = true;
|
||||
buildInputs = [
|
||||
packages = [
|
||||
clang-tools
|
||||
raylib
|
||||
gnumake
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
raylib
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue