initial commit
This commit is contained in:
7
bash/.git-formatter/utils/repo_format.py
Normal file
7
bash/.git-formatter/utils/repo_format.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from config import REPO_FORMATS
|
||||
from .repo_name import repo_name
|
||||
|
||||
repo_format = REPO_FORMATS[repo_name()]
|
||||
branch_types = repo_format['types']
|
||||
branch_format = repo_format['branch_format']
|
||||
commit_format = repo_format['commit_format']
|
||||
Reference in New Issue
Block a user