aboutsummaryrefslogtreecommitdiff
path: root/files/.config/yamllint/config
diff options
context:
space:
mode:
Diffstat (limited to 'files/.config/yamllint/config')
-rw-r--r--files/.config/yamllint/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/.config/yamllint/config b/files/.config/yamllint/config
new file mode 100644
index 0000000..8bdfb2c
--- /dev/null
+++ b/files/.config/yamllint/config
@@ -0,0 +1,11 @@
+---
+extends: default
+
+rules:
+ line-length: disable
+ comments-indentation: disable
+ indentation:
+ spaces: consistent
+ indent-sequences: consistent
+
+# vim: ft=yaml :