summaryrefslogtreecommitdiffstats
path: root/yamllint.conf
diff options
context:
space:
mode:
Diffstat (limited to 'yamllint.conf')
-rw-r--r--yamllint.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/yamllint.conf b/yamllint.conf
new file mode 100644
index 000000000..32d76ab6e
--- /dev/null
+++ b/yamllint.conf
@@ -0,0 +1,8 @@
+extends: default
+
+rules:
+ empty-lines:
+ max-end: 1
+ line-length:
+ max: 120
+