We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cf46e commit b67aab1Copy full SHA for b67aab1
.copier-answers.yml
@@ -2,7 +2,7 @@
2
# Answer file maintained by Copier for: https://github.com/KyleKing/mdformat-plugin-template
3
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
4
# Check into version control.
5
-_commit: 0.1.3
+_commit: 0.1.4
6
_src_path: gh:KyleKing/mdformat-plugin-template
7
author_email: [email protected]
8
author_name: Kyle King
.yamllint.yaml
@@ -0,0 +1,12 @@
1
+---
+# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
+extends: default
+
+rules:
+ empty-values: enable
+ float-values: enable
+ line-length: disable
9
+ octal-values: enable
10
+ # quoted-strings: enable
11
+ comments:
12
+ min-spaces-from-content: 1
0 commit comments