files.git.auto-add

Whether to enable auto add files to git after creation.

type

boolean

example

{
  files.git.auto-add = true;
}

default

{
  files.git.auto-add = false;
}