editorconfig: use indent_size=2 for Vagrantfiles

This matches the existing formatting of the files.

Part of #12408
This commit is contained in:
Daniel Rainer
2026-02-02 18:02:18 +01:00
committed by Johannes Altmanninger
parent 000a5cc80a
commit 47d7f52149

View File

@@ -21,7 +21,7 @@ indent_size = 4
[build_tools/release.sh]
max_line_length = 72
[Dockerfile]
[{Dockerfile,Vagrantfile}]
indent_size = 2
[share/{completions,functions}/**.fish]