mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-10 09:34:21 +01:00
6 lines
186 B
Markdown
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/
|
|
```
|