summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-01-12 16:03:29 +0100
committerLinus Färnstrand <faern@faern.net>2023-01-12 17:46:12 +0100
commiteac12bdb3a5065e5b699ca4e138af42d9b45b390 (patch)
treeaef9a02319959478bda600ed461caee12cfaa6d8
parent6c40085d52b52bdce4666fe41d1d14700f9b73f6 (diff)
downloadmullvadvpn-eac12bdb3a5065e5b699ca4e138af42d9b45b390.tar.xz
mullvadvpn-eac12bdb3a5065e5b699ca4e138af42d9b45b390.zip
Add yaml to .editorconfig
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 839ca55766..4d0dcfc971 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -20,3 +20,7 @@ indent_size = 2
[*.{go}]
end_of_line = lf
indent_style = tab
+
+[*.{yml,yaml}]
+indent_style = space
+indent_size = 2