summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-09-02 04:08:45 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-09-02 04:08:45 +0200
commit0083b2590e03b22ee80fca3722a884d6b8759a8d (patch)
tree34976c48c85af2a9a415c12d96d80e68f6dae0ec
parentdc97b068e2cf8d5014ec79e90db1607872531a30 (diff)
downloaddotfiles-0083b2590e03b22ee80fca3722a884d6b8759a8d.tar.zst
Add yamllint config
-rw-r--r--.config/yamllint/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/yamllint/config b/.config/yamllint/config
new file mode 100644
index 0000000..1fd27a3
--- /dev/null
+++ b/.config/yamllint/config
@@ -0,0 +1,8 @@
+# yamllint configuration
+
+extends: default
+
+rules:
+ document-start: disable
+
+# vim: ft=yaml