summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint6
1 files changed, 6 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 00000000..3517e7f2
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,6 @@
+extends: default
+rules:
+ line-length:
+ max: 120
+ allow-non-breakable-words: true
+ allow-non-breakable-inline-mappings: true