aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint17
1 files changed, 17 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..bcdaf339
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,17 @@
+---
+
+extends: default
+
+rules:
+ # 80 chars should be enough, but don't fail if a line is longer
+ line-length:
+ max: 100
+ level: error
+
+ # accept both key:
+ # - item
+ #
+ # and key:
+ # - item
+ indentation:
+ indent-sequences: whatever