aboutsummaryrefslogtreecommitdiff
path: root/files/.config
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-08-23 17:59:12 +0500
committerAnton Bobov <anton@bobov.name>2023-08-23 18:01:15 +0500
commit2658c72d2653888ddc58c59de8ac482bb766e6a9 (patch)
tree157d652e5399e82295d40028588d40ad1bdb7880 /files/.config
parentf69dff20b7d7eb5625a7b0adcad51b3c8d708508 (diff)
Add yamllint config
Diffstat (limited to 'files/.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 :