Skip to content

Commit ae509ba

Browse files
committed
add .markdownlint.yaml
1 parent f5afa58 commit ae509ba

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.markdownlint.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
default: true
3+
# MD007/ul-indent - Unordered list indentation
4+
MD007:
5+
# Spaces for indent
6+
indent: 4
7+
# MD013/line-length - Line length
8+
MD013:
9+
# Number of characters
10+
line_length: 88
11+
# Number of characters for headings
12+
heading_line_length: 88
13+
# Number of characters for code blocks
14+
code_block_line_length: 88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for instance.
113113

114114
- `pre-commit`, as a Python tool, can be installed with:
115115

116-
- `pipx`
116+
- `pipx` (preferred)
117117

118118
pipx install pre-commit
119119

0 commit comments

Comments
 (0)