devshell: add git-clang-format
This is useful to reformat only changed hunks of a file via `clang-format`. Change-Id: I9aa8526d75fd2301113ee57f3a2e595f3b03504f Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
@@ -597,6 +597,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
doxygen
|
||||
# Load-bearing order. Must come before clang-unwrapped below, but after clang_tools above.
|
||||
stdenv.cc
|
||||
|
||||
# git-clang-format
|
||||
llvmPackages.libclang.python
|
||||
]
|
||||
++ [
|
||||
rust-analyzer
|
||||
|
||||
Reference in New Issue
Block a user