Fix customer related vim setup

This commit is contained in:
Daniel Siepmann 2023-12-20 09:11:59 +01:00
parent b164348d79
commit 18a663176b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -2,13 +2,15 @@ augroup reuterFolder
autocmd!
autocmd BufEnter **/microservices/cms/**/*.js :setlocal tabstop=2 shiftwidth=2
autocmd BufEnter **/reuter/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"
autocmd BufEnter **/reuter/**/*.yaml :setlocal tabstop=4 shiftwidth=4
autocmd BufEnter **/reuter/**/*.yml :setlocal tabstop=4 shiftwidth=4
" autocmd BufEnter **/reuter/**/Unit/** execute "call ReuterSetupPhpUnitUnit()"
autocmd BufEnter **/reuter/**/.git/COMMIT_EDITMSG let b:ale_gitcommit_gitlint_options = '-c general.contrib=contrib-title-conventional-commits'
augroup END
function! ReuterSetupPhpUnitFunctional()
" let g:test#php#phpunit#options = {
" \ 'file': '--stop-on-error --stop-on-failure',
" \}
endfunction
" function! ReuterSetupPhpUnitFunctional()
" let g:test#php#phpunit#options = {
" \ 'file': '--stop-on-error --stop-on-failure',
" \}
" endfunction