Can you script turning on Version Control (Meta Files)?

I’m trying to script a way to turn on Meta files for version control (so I can automate a new project under version control), but I can’t find anything in the documentation that changes the Version Control Mode to Meta files. Is it possible or has unity not given access to version control via scripting?

No you cannot change editor settings by code.

For anyone else stumbling across this answer.
Simply do:

EditorSettings.externalVersionControl = "Visible Meta Files";