aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-07 12:27:07 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-07 12:27:07 +0100
commit4b5c61676486a2e645764d745bcdf6e7b16d9de0 (patch)
tree35348cd8091b4fd335d024c6f45aa2f58472363c
parent844412c437d522e61d2b9bf3088ec1b566ecff7b (diff)
downloadhubzilla-ddev-4b5c61676486a2e645764d745bcdf6e7b16d9de0.tar.gz
hubzilla-ddev-4b5c61676486a2e645764d745bcdf6e7b16d9de0.tar.bz2
hubzilla-ddev-4b5c61676486a2e645764d745bcdf6e7b16d9de0.zip
Fix some indentation issues for yml and xml files in editorconfig.
-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