when autoInsert.enable is true, a header is inserted into any empty file regardless of whether the file is new (and apparently regardless of the user that created the file). For example, if I open an empty init.py file in a module I cloned from some remote repo, the header is inserted. Suggest autoInsert.enable checks for who created the file and/or when it was created and does not insert the file unless the current user created it.
when autoInsert.enable is true, a header is inserted into any empty file regardless of whether the file is new (and apparently regardless of the user that created the file). For example, if I open an empty init.py file in a module I cloned from some remote repo, the header is inserted. Suggest autoInsert.enable checks for who created the file and/or when it was created and does not insert the file unless the current user created it.