From 8f250053b5203b3d173276ec348d2a64aa4fdf70 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 12 Oct 2022 11:31:05 -0300 Subject: [PATCH] doc: add missing line to default Vagrantfile contents for Windows --- doc/manual/source/windows.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/source/windows.rst b/doc/manual/source/windows.rst index 9588c0fef..da0f87b68 100644 --- a/doc/manual/source/windows.rst +++ b/doc/manual/source/windows.rst @@ -728,6 +728,7 @@ However, it still needs one more file to do that: the default Vagrantfile. This file will be used by Vagrant to configure the VM later on and how to connect to it. .. sourcecode:: ruby + # -*- mode: ruby -*- # vi: set ft=ruby :