Skip to content

Commit 41e26ab

Browse files
authored
Merge pull request #461 from daikikatsuragawa/document-formatting
Document formatting
2 parents cf3a905 + 74024a9 commit 41e26ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ See also: https://github.com/pre-commit/pre-commit
1313

1414
Add this to your `.pre-commit-config.yaml`
1515

16-
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v2.5.0 # Use the ref you want to point at
18-
hooks:
19-
- id: trailing-whitespace
20-
# - id: ...
21-
16+
```yaml
17+
- repo: https://github.com/pre-commit/pre-commit-hooks
18+
rev: v2.5.0 # Use the ref you want to point at
19+
hooks:
20+
- id: trailing-whitespace
21+
# - id: ...
22+
```
2223

2324
### Hooks available
2425

0 commit comments

Comments
 (0)