chore: improve lefthook configuration

This commit is contained in:
Michele Cereda
2024-07-14 00:18:07 +02:00
parent 71b64b3962
commit 9fdb9f1b0a
7 changed files with 29 additions and 23 deletions

View File

@@ -1,7 +1,10 @@
// Zed settings
//
// ** This file extension must be 'json', not 'jsonc'. **
// ** Only named with .jsonc to skip validation in the repo.
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
// documentation: https://zed.dev/docs/configuring-zed.
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
@@ -12,4 +15,4 @@
"features": {
"inline_completion_provider": "none" // Disable copilot
}
}
}