Adjust SAC indentation of xliff files

This commit is contained in:
Daniel Siepmann 2022-03-15 09:57:03 +01:00
parent 1a61b2b103
commit 51ca95129d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,6 @@
augroup sacFolder
autocmd!
autocmd BufEnter **/sac/**/Configuration/**/*.typoscript :setlocal tabstop=2 shiftwidth=2
autocmd BufEnter **/sac/**/*.xlf :setlocal noexpandtab
augroup END