mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-31 12:31:15 +01:00 
			
		
		
		
	vim: markdown now has 2-space tabs
This commit is contained in:
		| @@ -289,6 +289,7 @@ autocmd BufRead,BufNewFile *.nim set filetype=nim | |||||||
|  |  | ||||||
| " formatting options | " formatting options | ||||||
| autocmd FileType java setlocal shiftwidth=2 softtabstop=2 | autocmd FileType java setlocal shiftwidth=2 softtabstop=2 | ||||||
|  | autocmd FileType markdown setlocal shiftwidth=2 softtabstop=2 | ||||||
|  |  | ||||||
| " formatting programs | " formatting programs | ||||||
| autocmd FileType c setlocal formatprg=astyle\ --mode=c\ --style=ansi | autocmd FileType c setlocal formatprg=astyle\ --mode=c\ --style=ansi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user