aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..5126a5d
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,4 @@
+set expandtab
+set shiftwidth=4
+set smarttab
+autocmd FileType asm setlocal ts=8 sts=8 sw=8 noexpandtab nosmarttab