I want to use only tabs in my code, my problem is that for some type of files tabs are converted to spaces.
When I write in my scss files the tabs are spaceless:
but when writing haml files, tabs are converted to spaces (each dot is a space):
These are my tab settings in my ./gvimrc file:
set autoindent
set shiftwidth=2
set tabstop=2
set noexpandtab