nixpkgs/home/programs/neovim/configuration/ftdetect/folder_sac.vim

7 lines
197 B
VimL
Raw Normal View History

augroup sacFolder
autocmd!
autocmd BufEnter **/sac/**/Configuration/**/*.typoscript :setlocal tabstop=2 shiftwidth=2
2022-03-15 09:57:03 +01:00
autocmd BufEnter **/sac/**/*.xlf :setlocal noexpandtab
augroup END