don't expand tabs in makefiles

This commit is contained in:
2025-10-05 00:03:37 +02:00
parent 642cb592c6
commit 90226a7e1f
+1
View File
@@ -6,6 +6,7 @@ autocmd FileType * setlocal indentexpr=
autocmd FileType c setlocal path+=/usr/local/include,/usr/include autocmd FileType c setlocal path+=/usr/local/include,/usr/include
autocmd FileType csharp setlocal makeprg=dotnet autocmd FileType csharp setlocal makeprg=dotnet
autocmd FileType go setlocal makeprg=go noexpandtab autocmd FileType go setlocal makeprg=go noexpandtab
autocmd FileType make setlocal noexpandtab
autocmd FileType python setlocal makeprg=basedpyright autocmd FileType python setlocal makeprg=basedpyright
autocmd FileType yaml setlocal tabstop=2 autocmd FileType yaml setlocal tabstop=2
let g:rustfmt_autosave = 0 let g:rustfmt_autosave = 0