Add dir-locals.nix to boilerplate/typescript
This should help prettier-mode work out-of-the-box.
This commit is contained in:
parent
af969a7641
commit
3550fb3452
1 changed files with 3 additions and 0 deletions
3
boilerplate/typescript/dir-locals.nix
Normal file
3
boilerplate/typescript/dir-locals.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
let
|
||||
briefcase = import <briefcase> {};
|
||||
in briefcase.utils.nixBufferFromShell ./shell.nix
|
Loading…
Reference in a new issue