Files
breez-sdk-liquid/DEVELOPMENT.md
2024-04-25 10:56:46 +02:00

6 lines
186 B
Markdown

## Setup
To configure automatic code formatting and syntax checking for this repository, you can run the following command once:
```bash
git config --local core.hooksPath .githooks/
```