Removed vim modelines

This commit is contained in:
Michele Cereda
2022-04-27 18:23:16 +02:00
parent 5ebc8d15be
commit 80b5332dcc
2 changed files with 4 additions and 18 deletions

View File

@@ -1,11 +1,8 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Sources:
# - https://book.keybase.io/guides/linux
Vagrant.configure("2") do |config|
config.vm.box = "fedora/35-cloud-base"
config.vm.box = "fedora/35-cloud-base" # just worked better than others
config.vm.provider "virtualbox" do |vb|
vb.name = "keybase"