aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a54d21c..c370a7c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,3 +1,9 @@
[*]
indent_style = tab
indent_size = 4
+
+[*.{y,x}ml]
+indent_style = space
+
+[*.yml]
+indent_size = 2