summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-22 23:11:18 +0200
committerThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-22 23:20:16 +0200
commitf40361c34f10d6c3158b7ec17e966100e35818e0 (patch)
tree6b7f46d5e7559e11f1f0353384380a82f25e9740
parent764031a4aa7ed74697ba231c3363f5bfc420aa8e (diff)
chore(editorconfig): add `*.y{,a}ml`
Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 58738895..2d9a3109 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,6 +17,10 @@ max_line_length = 72
indent_style = space
indent_size = 2
+[*.y{,a}ml]
+indent_size = 2
+indent_style = space
+
[Cargo.toml]
indent_style = space
indent_size = 4