summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 20:39:50 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 20:39:50 -0700
commit46e08df3aaef3b32aa7cf98613e70e83ac5c6e6c (patch)
tree6302f2106ae6f32b8022034641dde0f6e87ab773 /.vimrc
parent06a6f441f945fc4fef0d85288d14e6948f6e12ca (diff)
downloadgpsd-46e08df3aaef3b32aa7cf98613e70e83ac5c6e6c.tar.gz
.vimrc: Standardize vim settings. Expand tabs.
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 00000000..9b0397ef
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,3 @@
+# gpsd vim settings
+# Python 3 does not like tabs in files
+:set tabstop=4 shiftwidth=4 expandtab