We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5afa58 commit ae509baCopy full SHA for ae509ba
2 files changed
.markdownlint.yaml
@@ -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
@@ -113,7 +113,7 @@ for instance.
113
114
- `pre-commit`, as a Python tool, can be installed with:
115
116
- - `pipx`
+ - `pipx` (preferred)
117
118
pipx install pre-commit
119
0 commit comments