forked from DGNum/colmena
Add EditorConfig rules, fix trailing whitespaces
This commit is contained in:
parent
deca292b53
commit
abb74b9f49
8 changed files with 49 additions and 7 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
devShell = pkgs.mkShell {
|
||||
inputsFrom = [ defaultPackage ];
|
||||
packages = with pkgs; [ clippy mdbook python3 rust-analyzer ];
|
||||
packages = with pkgs; [ clippy mdbook python3 editorconfig-checker rust-analyzer ];
|
||||
shellHook = ''
|
||||
export NIX_PATH=nixpkgs=${pkgs.path}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue