summaryrefslogtreecommitdiffstats
path: root/.yamllint.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.yamllint.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml
new file mode 100644
index 0000000..bcfb4d2
--- /dev/null
+++ b/.yamllint.yaml
@@ -0,0 +1,8 @@
+extends: default
+
+rules:
+ truthy:
+ check-keys: false
+ document-start: disable
+ line-length:
+ max: 85