I just copied over (recursively) a directory from a remote machine and would like to work on the files on my own computer.
However, whenever I used Vim remotely, every tab automatically did two things: - used 4 spaces per tab - put a vertical marking at the location of each tab to indicate that there was one
My own machine has none of these settings in place (I think each tab is about 8 spaces, and there are no vertical markings)
Is there a way to make it so that whenever I open up a file using Vim from now on, it will match the settings of the remote machine I originally developed the files on?