Commit Diff


commit - 769b064718b10fc8c21e4dc5c133d38a7d635f7e
commit + 74b4938beca7190079f9edf29e00691407ae8fa8
blob - 4286263b49fa5fedabe61f730c48e3103cedc2e0
blob + c48912a3660d68030caf5f4baeb58c76380f825b
--- .vimrc
+++ .vimrc
@@ -38,4 +38,7 @@ autocmd FileType html set tabstop=2
 autocmd FileType html set shiftwidth=2
 autocmd FileType html set softtabstop=2
 
-autocmd FileType make set noexpandtab
\ No newline at end of file
+autocmd FileType make set noexpandtab
+autocmd FileType make set tabstop=8
+autocmd FileType make set shiftwidth=8
+autocmd FileType make set softtabstop=8