summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/ftplugin/css.vim2
-rw-r--r--vim/.vim/ftplugin/html.vim2
2 files changed, 3 insertions, 1 deletions
diff --git a/vim/.vim/ftplugin/css.vim b/vim/.vim/ftplugin/css.vim
new file mode 100644
index 0000000..6a56808
--- /dev/null
+++ b/vim/.vim/ftplugin/css.vim
@@ -0,0 +1,2 @@
+set tabstop=2 softtabstop=0 expandtab shiftwidth=2
+set autoindent
diff --git a/vim/.vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim
index 12b33db..6a56808 100644
--- a/vim/.vim/ftplugin/html.vim
+++ b/vim/.vim/ftplugin/html.vim
@@ -1,2 +1,2 @@
-set tabstop=2 softtabstop=0 noexpandtab shiftwidth=2
+set tabstop=2 softtabstop=0 expandtab shiftwidth=2
set autoindent