summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..d2627af
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,8 @@
+" Force indentation styles for this directory
+autocmd FileType python set shiftwidth=4
+autocmd FileType python set tabstop=4
+autocmd FileType python set softtabstop=4
+
+autocmd FileType c set shiftwidth=2
+autocmd FileType c set tabstop=2
+autocmd FileType c set softtabstop=2