summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint11
1 files changed, 11 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..d4497f85
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,11 @@
+---
+extends: default
+
+rules:
+ empty-lines:
+ max-end: 1
+ line-length:
+ max: 120
+ comments:
+ # prettier forces 1 space comment separator
+ min-spaces-from-content: 1