Variable bibtex-contline-indentation does not work as file local variable. The reason is that bibtex-mode command initializes variable fill-prefix before the possible file local variable is available. It gets always the global value of bibtex-contline-indentation. This can be fixed by locally let-binding fill-prefix every time in the relevant filling function. Patch for that is attached.